Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Freezing Python Versions #25

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
89 changes: 68 additions & 21 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Loading