From 6d6aec8fcdede1caca8617fce7d488b282cf24c2 Mon Sep 17 00:00:00 2001 From: Peyton Duncan Date: Sun, 10 Mar 2024 03:01:07 +0000 Subject: [PATCH] Updated requirements, removed docker stuff --- requirements.txt | 89 ++++++++++++++++++++++++++++++++++++------------ 1 file changed, 68 insertions(+), 21 deletions(-) diff --git a/requirements.txt b/requirements.txt index a51d9a0..d87a5c3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,22 +1,69 @@ -requests -fastapi -pydantic==1.10.10 -python-jose -requests_oauthlib -gspread -boto3 -botocore -pre-commit -stripe -uvicorn[standard] -passwordgenerator -python-terraform -airpress -cffi -openstacksdk -asyncio -pyopenssl==22.1.0 +airpress==1.0.3 +anyio==4.3.0 +async-timeout==4.0.3 +asyncio==3.4.3 black==23.9.1 -jinja2 -commonmark -redis +boto3==1.34.59 +botocore==1.34.59 +cachetools==5.3.3 +certifi==2024.2.2 +cffi==1.16.0 +charset-normalizer==3.3.2 +click==8.1.7 +commonmark==0.9.1 +cryptography==38.0.4 +decorator==5.1.1 +dogpile.cache==1.3.2 +ecdsa==0.18.0 +fastapi==0.110.0 +google-auth==2.28.2 +google-auth-oauthlib==1.2.0 +gspread==6.0.2 +h11==0.14.0 +httptools==0.6.1 +idna==3.6 +iso8601==2.1.0 +Jinja2==3.1.3 +jmespath==1.0.1 +jsonpatch==1.33 +jsonpointer==2.4 +keystoneauth1==5.6.0 +MarkupSafe==2.1.5 +mypy-extensions==1.0.0 +netifaces==0.11.0 +oauthlib==3.2.2 +openstacksdk==3.0.0 +os-service-types==1.7.0 +packaging==23.2 +passwordgenerator==1.5.1 +pathspec==0.12.1 +pbr==6.0.0 +platformdirs==4.2.0 +pyasn1==0.5.1 +pyasn1-modules==0.3.0 +pycparser==2.21 +pydantic==1.10.10 +pyOpenSSL==22.1.0 +python-dateutil==2.9.0.post0 +python-dotenv==1.0.1 +python-jose==3.3.0 +python-terraform==0.10.1 +PyYAML==6.0.1 +redis==5.0.2 +requests==2.31.0 +requests-oauthlib==1.3.1 +requestsexceptions==1.4.0 +rsa==4.9 +s3transfer==0.10.0 +six==1.16.0 +sniffio==1.3.1 +starlette==0.36.3 +stevedore==5.2.0 +StrEnum==0.4.15 +stripe==8.6.0 +typing_extensions==4.10.0 +urllib3==2.0.7 +uvicorn==0.28.0 +uvloop==0.19.0 +watchfiles==0.21.0 +websockets==12.0