Skip to content

Commit

Permalink
Pip freeze the backend container and add exact piptree to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
aloftus23 committed Dec 12, 2024
1 parent 8b07f7a commit 7df31d3
Showing 1 changed file with 82 additions and 13 deletions.
95 changes: 82 additions & 13 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,90 @@
aiohttp
boto3
aiohappyeyeballs==2.4.4
aiohttp==3.11.9
aiosignal==1.3.1
annotated-types==0.7.0
anyio==4.7.0
argon2-cffi==23.1.0
argon2-cffi-bindings==21.2.0
asgiref==3.8.1
astroid==3.3.5
attrs==24.2.0
boto3==1.35.76
botocore==1.35.76
certifi==2024.8.30
cffi==1.17.1
charset-normalizer==3.4.0
click==8.1.7
cryptography==38.0.0
django
docker
dill==0.3.9
Django==5.1.4
dnspython==2.7.0
docker==7.1.0
elasticsearch==7.9.0
email_validator==2.2.0
fastapi==0.111.0
fastapi-cli==0.0.6
frozenlist==1.5.0
h11==0.14.0
httpcore==1.0.7
httptools==0.6.4
httpx==0.28.0
idna==3.10
iniconfig==2.0.0
isort==5.13.2
Jinja2==3.1.4
jmespath==1.0.1
mangum==0.17.0
minio
mypy
psycopg2-binary
PyJWT
pylint
pytest
pytest-django
pytest-env
markdown-it-py==3.0.0
MarkupSafe==3.0.2
mccabe==0.7.0
mdurl==0.1.2
minio==7.2.12
multidict==6.1.0
mypy==1.13.0
mypy-extensions==1.0.0
orjson==3.10.12
packaging==24.2
pipdeptree==2.24.0
platformdirs==4.3.6
pluggy==1.5.0
propcache==0.2.1
psycopg2-binary==2.9.10
pycparser==2.22
pycryptodome==3.21.0
pydantic==2.10.3
pydantic_core==2.27.1
Pygments==2.18.0
PyJWT==2.10.1
pylint==3.3.2
pytest==8.3.4
pytest-django==4.9.0
pytest-env==1.1.5
python-dateutil==2.9.0.post0
python-dotenv==1.0.1
python-json-logger==2.0.7
python-multipart==0.0.19
PyYAML==6.0.2
redis==5.2.0
requests==2.32.3
types-redis
rich==13.9.4
rich-toolkit==0.12.0
s3transfer==0.10.4
shellingham==1.5.4
six==1.17.0
sniffio==1.3.1
sqlparse==0.5.2
starlette==0.37.2
tomlkit==0.13.2
typer==0.15.1
types-cffi==1.16.0.20240331
types-pyOpenSSL==24.1.0.20240722
types-redis==4.6.0.20241004
types-setuptools==75.6.0.20241126
typing_extensions==4.12.2
ujson==5.10.0
urllib3==2.2.3
uvicorn==0.30.1
uvloop==0.21.0
watchfiles==1.0.0
websockets==14.1
yarl==1.18.3

0 comments on commit 7df31d3

Please sign in to comment.