You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
515 B
Plaintext
27 lines
515 B
Plaintext
# Main backend requirements for Know Foolery
|
|
# These are the core dependencies for all microservices
|
|
|
|
fastapi==0.104.1
|
|
uvicorn[standard]==0.24.0
|
|
httpx==0.25.2
|
|
python-multipart==0.0.6
|
|
python-jose[cryptography]==3.3.0
|
|
passlib[bcrypt]==1.7.4
|
|
sqlalchemy==2.0.23
|
|
alembic==1.12.1
|
|
python-dotenv==1.0.0
|
|
pydantic==2.4.2
|
|
|
|
# Testing dependencies
|
|
pytest==7.4.3
|
|
pytest-asyncio==0.21.1
|
|
httpx==0.25.2
|
|
|
|
# Development dependencies
|
|
black==23.9.1
|
|
flake8==6.1.0
|
|
isort==5.12.0
|
|
|
|
# Additional utilities
|
|
redis==5.0.1
|
|
python-socketio==5.9.0 |