Lin / backend /requirements.txt
Zelyanoth's picture
kk
2a7e4f1
raw
history blame contribute delete
469 Bytes
# Core Flask framework
Flask>=3.1.1
Flask-CORS>=5.0.1
Flask-JWT-Extended>=4.7.1
Flask-SQLAlchemy>=3.1.1
Flask-Migrate>=4.1.0
# Environment management
python-dotenv>=1.0.1
# HTTP requests and OAuth
requests>=2.32.4
requests-oauthlib>=2.0.0
# Task scheduling
apscheduler>=3.11.0
# Data processing
pandas>=2.2.2
# AI content generation
gradio-client>=1.10.4
# Database integration
supabase>=2.16.0
# Security
bcrypt>=4.3.0
# Testing
pytest>=8.4.1
pytest-cov>=6.2.1