File size: 514 Bytes
ab8d614 9b88258 ab8d614 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
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 # Task queue celery>=5.5.3 django-celery-beat>=2.8.1 redis>=6.4.0 # Testing pytest>=8.4.1 pytest-cov>=6.2.1 |