-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPipfile
43 lines (40 loc) · 859 Bytes
/
Pipfile
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
annotated-types = "==0.7.0"
anyio = "==4.6.2.post1"
cfgv = "==3.4.0"
click = "==8.1.7"
distlib = "==0.3.9"
exceptiongroup = "==1.2.2"
fastapi = "==0.115.2"
filelock = "==3.16.1"
greenlet = "==3.1.1"
h11 = "==0.14.0"
httptools = "==0.6.2"
identify = "==2.6.1"
idna = "==3.10"
nodeenv = "==1.9.1"
platformdirs = "==4.3.6"
pre-commit = "==4.0.1"
pydantic = "==2.9.2"
pydantic-settings = "==2.5.2"
pydantic-core = "==2.23.4"
python-dotenv = "==1.0.1"
pyyaml = "==6.0.2"
sniffio = "==1.3.1"
sqlalchemy = "==2.0.35"
starlette = "==0.40.0"
typing-extensions = "==4.12.2"
uvloop = "==0.21.0"
virtualenv = "==20.26.6"
watchfiles = "==0.24.0"
websockets = "==13.1"
pipfile = "*"
uvicorn = {extras = ["standard"] }
kfp = "==2.9.0"
[dev-packages]
[requires]
python_version = "3.10"