-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
47 lines (45 loc) · 1.05 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[project]
name = "dotfiles"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"google-generativeai>=0.7.2",
"datasets>=2.21.0",
"openai>=1.42.0",
"set-env-colab-kaggle-dotenv>=0.1.2",
"anthropic>=0.34.1",
"weave>=0.50.14",
"filetype>=1.2.0",
"pydantic>=2.8.2",
"pypdf>=4.3.1",
"requests>=2.32.3",
"fastapi>=0.112.1",
"typer>=0.12.4",
"cloudevents>=1.11.0",
"pandas>=2.2.2",
"pillow>=10.4.0",
"tiktoken>=0.7.0",
"firebase-admin>=6.5.0",
"google-cloud-firestore>=2.17.2",
"google-cloud-storage>=2.18.2",
"pydantic-settings>=2.4.0",
"opentelemetry-distro[otlp]>=0.48b0",
"tqdm>=4.66.5",
"ruff>=0.6.2",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.uv]
dev-dependencies = [
"ruff>=0.6.2",
"pytest>=8.3.2",
"pytest-playwright>=0.5.1",
"pytest-mock>=3.14.0",
"mock-firestore>=0.11.0",
"wandb>=0.17.7",
"ipykernel>=6.29.5",
"ipywidgets>=8.1.5",
]