Skip to content

Commit

Permalink
add dependencies for Google auth library
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssadai committed Jul 16, 2024
1 parent a89496c commit 7ee3088
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
anyio==3.6.2
attrs==22.1.0
cachetools==5.3.3
certifi==2024.7.4
cfgv==3.3.1
coverage==7.0.0
charset-normalizer==3.3.2
click==8.1.3
colorama==0.4.6
coverage==7.0.0
distlib==0.3.6
exceptiongroup==1.0.4
fastapi==0.110.1
filelock==3.8.0
google-auth==2.32.0
h11==0.14.0
httpcore==0.16.2
httpx==0.23.1
Expand All @@ -22,15 +26,23 @@ pandas==1.5.2
platformdirs==2.5.4
pluggy==1.0.0
pre-commit==3.6.0
pyasn1==0.6.0
pyasn1_modules==0.4.0
pydantic==1.10.13
pyparsing==3.0.9
pytest==7.2.0
python-dateutil==2.8.2
pytz==2022.7
PyYAML==6.0
requests==2.32.3
rfc3986==1.5.0
rsa==4.9
six==1.16.0
sniffio==1.3.0
starlette==0.37.2
toml==0.10.2
tomli==2.0.1
typing_extensions==4.11.0
urllib3==2.2.2
uvicorn==0.20.0
virtualenv==20.16.7

0 comments on commit 7ee3088

Please sign in to comment.