Files
gh-christianlouis-leagueledger/requirements.txt
T
Christian Krakau-Louis 4a79c5cacb Refactor user authentication and dashboard features
- Added `is_admin` field to User model for role management.
- Updated user context middleware to include current user in templates.
- Enhanced session management with improved debug middleware.
- Refactored dashboard view to fetch user-specific data and recent events.
- Improved login and registration templates for better user experience.
- Added admin routes with access control for admin users.
- Updated Docker configuration for better error logging and dependency management.
- Updated requirements to include new dependencies and specify versions.
2025-04-13 18:49:27 +02:00

18 lines
387 B
Plaintext

fastapi>=0.95.0
uvicorn[standard]>=0.21.1
sqlalchemy>=2.0.9
pymysql>=1.0.3
cryptography>=40.0.2
python-multipart>=0.0.6
authlib>=1.2.0
# Specify specific versions for passlib and bcrypt to avoid compatibility issues
passlib==1.7.4
bcrypt==4.0.1
starlette>=0.27.0
jinja2>=3.1.2
itsdangerous>=2.1.2
python-jose[cryptography]>=3.3.0
python-dotenv>=1.0.0
qrcode
pydantic[email]>=1.10.7
httpx