working auth + users systems
This commit is contained in:
45
backend/requirements.txt
Normal file
45
backend/requirements.txt
Normal file
@@ -0,0 +1,45 @@
|
||||
amqp==5.3.1
|
||||
annotated-types==0.7.0
|
||||
anyio==4.9.0
|
||||
bcrypt==4.3.0
|
||||
billiard==4.2.1
|
||||
celery==5.5.1
|
||||
cffi==1.17.1
|
||||
click==8.1.8
|
||||
click-didyoumean==0.3.1
|
||||
click-plugins==1.1.1
|
||||
click-repl==0.3.0
|
||||
cryptography==44.0.2
|
||||
ecdsa==0.19.1
|
||||
fastapi==0.115.12
|
||||
greenlet==3.1.1
|
||||
h11==0.14.0
|
||||
idna==3.10
|
||||
iniconfig==2.1.0
|
||||
kombu==5.5.2
|
||||
packaging==24.2
|
||||
passlib==1.7.4
|
||||
pluggy==1.5.0
|
||||
prompt_toolkit==3.0.50
|
||||
psycopg2-binary==2.9.10
|
||||
pyasn1==0.4.8
|
||||
pycparser==2.22
|
||||
pydantic==2.11.3
|
||||
pydantic_core==2.33.1
|
||||
pytest==8.3.5
|
||||
python-dateutil==2.9.0.post0
|
||||
python-dotenv==1.1.0
|
||||
python-jose==3.4.0
|
||||
python-multipart==0.0.20
|
||||
redis==5.2.1
|
||||
rsa==4.9
|
||||
six==1.17.0
|
||||
sniffio==1.3.1
|
||||
SQLAlchemy==2.0.40
|
||||
starlette==0.46.2
|
||||
typing-inspection==0.4.0
|
||||
typing_extensions==4.13.2
|
||||
tzdata==2025.2
|
||||
uvicorn==0.34.1
|
||||
vine==5.1.0
|
||||
wcwidth==0.2.13
|
||||
Reference in New Issue
Block a user