mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2024-12-25 22:10:43 -05:00
chore: requirements
This commit is contained in:
parent
7d149f5130
commit
38c3a1d403
1 changed files with 24 additions and 0 deletions
|
@ -1,13 +1,26 @@
|
||||||
annotated-types==0.7.0
|
annotated-types==0.7.0
|
||||||
anyio==4.4.0
|
anyio==4.4.0
|
||||||
|
cachetools==5.4.0
|
||||||
certifi==2024.6.2
|
certifi==2024.6.2
|
||||||
|
charset-normalizer==3.3.2
|
||||||
click==8.1.7
|
click==8.1.7
|
||||||
dnspython==2.6.1
|
dnspython==2.6.1
|
||||||
email_validator==2.2.0
|
email_validator==2.2.0
|
||||||
fastapi==0.111.0
|
fastapi==0.111.0
|
||||||
fastapi-cli==0.0.4
|
fastapi-cli==0.0.4
|
||||||
|
google-ai-generativelanguage==0.6.6
|
||||||
|
google-api-core==2.19.1
|
||||||
|
google-api-python-client==2.137.0
|
||||||
|
google-auth==2.32.0
|
||||||
|
google-auth-httplib2==0.2.0
|
||||||
|
google-generativeai==0.7.2
|
||||||
|
googleapis-common-protos==1.63.2
|
||||||
|
greenlet==3.0.3
|
||||||
|
grpcio==1.64.1
|
||||||
|
grpcio-status==1.62.2
|
||||||
h11==0.14.0
|
h11==0.14.0
|
||||||
httpcore==1.0.5
|
httpcore==1.0.5
|
||||||
|
httplib2==0.22.0
|
||||||
httptools==0.6.1
|
httptools==0.6.1
|
||||||
httpx==0.27.0
|
httpx==0.27.0
|
||||||
idna==3.7
|
idna==3.7
|
||||||
|
@ -16,19 +29,30 @@ markdown-it-py==3.0.0
|
||||||
MarkupSafe==2.1.5
|
MarkupSafe==2.1.5
|
||||||
mdurl==0.1.2
|
mdurl==0.1.2
|
||||||
orjson==3.10.5
|
orjson==3.10.5
|
||||||
|
proto-plus==1.24.0
|
||||||
|
protobuf==4.25.3
|
||||||
|
pyasn1==0.6.0
|
||||||
|
pyasn1_modules==0.4.0
|
||||||
pydantic==2.7.4
|
pydantic==2.7.4
|
||||||
pydantic_core==2.18.4
|
pydantic_core==2.18.4
|
||||||
Pygments==2.18.0
|
Pygments==2.18.0
|
||||||
|
pyparsing==3.1.2
|
||||||
python-dotenv==1.0.1
|
python-dotenv==1.0.1
|
||||||
python-multipart==0.0.9
|
python-multipart==0.0.9
|
||||||
PyYAML==6.0.1
|
PyYAML==6.0.1
|
||||||
|
requests==2.32.3
|
||||||
rich==13.7.1
|
rich==13.7.1
|
||||||
|
rsa==4.9
|
||||||
shellingham==1.5.4
|
shellingham==1.5.4
|
||||||
sniffio==1.3.1
|
sniffio==1.3.1
|
||||||
|
SQLAlchemy==2.0.31
|
||||||
starlette==0.37.2
|
starlette==0.37.2
|
||||||
|
tqdm==4.66.4
|
||||||
typer==0.12.3
|
typer==0.12.3
|
||||||
typing_extensions==4.12.2
|
typing_extensions==4.12.2
|
||||||
ujson==5.10.0
|
ujson==5.10.0
|
||||||
|
uritemplate==4.1.1
|
||||||
|
urllib3==2.2.2
|
||||||
uvicorn==0.30.1
|
uvicorn==0.30.1
|
||||||
uvloop==0.19.0
|
uvloop==0.19.0
|
||||||
watchfiles==0.22.0
|
watchfiles==0.22.0
|
||||||
|
|
Loading…
Reference in a new issue