Files
gh-christianlouis-leagueledger/requirements.txt
T
Christian Krakau-Louis 15e1dc227b Add multi-league foundation
2026-05-22 20:47:28 +02:00

47 lines
921 B
Plaintext

# Web framework and server
fastapi>=0.103.1
uvicorn>=0.23.2
starlette>=0.27.0
httpx>=0.25.0 # HTTP client for making requests
# Database
sqlalchemy>=2.0.20
pymysql>=1.1.0
# Authentication and Security
authlib>=1.2.1
python-jose>=3.3.0
python-multipart>=0.0.6
passlib>=1.7.4
itsdangerous>=2.1.2
bcrypt>=4.0.1
PyJWT>=2.6.0 # Added for NetID token validation
# OAuth client
httpx-oauth>=0.10.0
# Templates and UI
jinja2>=3.1.2
aiofiles>=23.2.1
# Common utilities
python-dotenv>=1.0.0
email-validator>=2.0.0
pydantic>=2.3.0
qrcode>=7.4.2
psutil>=5.9.0 # System monitoring and statistics
python-dateutil>=2.8.2 # Date manipulation utilities
# Email support
beautifulsoup4>=4.12.2 # HTML parsing for emails
# Image processing library for QR code generation
Pillow>=9.0.0
# PDF generation for QR code sheets
reportlab>=3.6.12
babel>=2.12.1
# JSON handling for additional OAuth providers storage
simplejson>=3.19.2