-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
25 lines (25 loc) · 2.01 KB
/
requirements.txt
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
annotated-types==0.6.0 ; python_version >= "3.10" and python_version < "3.11.dev0"
anyio==4.2.0 ; python_version >= "3.10" and python_version < "3.11.dev0"
bpy==4.0.0 ; python_version >= "3.10" and python_version < "3.11.dev0"
certifi==2023.11.17 ; python_version >= "3.10" and python_version < "3.11.dev0"
cffi==1.16.0 ; python_version >= "3.10" and python_version < "3.11.dev0" and platform_python_implementation == "PyPy"
charset-normalizer==3.3.2 ; python_version >= "3.10" and python_version < "3.11.dev0"
click==8.1.7 ; python_version >= "3.10" and python_version < "3.11.dev0"
colorama==0.4.6 ; python_version >= "3.10" and python_version < "3.11.dev0" and platform_system == "Windows"
cython==3.0.8 ; python_version >= "3.10" and python_version < "3.11.dev0"
exceptiongroup==1.2.0 ; python_version >= "3.10" and python_version < "3.11.dev0"
fastapi==0.109.0 ; python_version >= "3.10" and python_version < "3.11.dev0"
h11==0.14.0 ; python_version >= "3.10" and python_version < "3.11.dev0"
idna==3.6 ; python_version >= "3.10" and python_version < "3.11.dev0"
numpy==1.26.3 ; python_version >= "3.10" and python_version < "3.11.dev0"
pycparser==2.21 ; python_version >= "3.10" and python_version < "3.11.dev0" and platform_python_implementation == "PyPy"
pydantic-core==2.16.1 ; python_version >= "3.10" and python_version < "3.11.dev0"
pydantic==2.6.0 ; python_version >= "3.10" and python_version < "3.11.dev0"
python-multipart==0.0.6 ; python_version >= "3.10" and python_version < "3.11.dev0"
requests==2.31.0 ; python_version >= "3.10" and python_version < "3.11.dev0"
sniffio==1.3.0 ; python_version >= "3.10" and python_version < "3.11.dev0"
starlette==0.35.1 ; python_version >= "3.10" and python_version < "3.11.dev0"
typing-extensions==4.9.0 ; python_version >= "3.10" and python_version < "3.11.dev0"
urllib3==2.2.0 ; python_version >= "3.10" and python_version < "3.11.dev0"
uvicorn==0.27.0.post1 ; python_version >= "3.10" and python_version < "3.11.dev0"
zstandard==0.22.0 ; python_version >= "3.10" and python_version < "3.11.dev0"