09e0c26c68
- Introduced Redis service in both docker-compose files for production and development. - Updated web and celery services to use Redis as the broker and result backend. - Added necessary environment variables for Celery in settings.py. - Included new tasks and soil_data apps in Django settings and updated URL routing. - Updated requirements.txt to include Celery and Redis dependencies.
11 lines
223 B
Plaintext
11 lines
223 B
Plaintext
Django>=5.0,<6
|
|
djangorestframework>=3.14,<4
|
|
djangorestframework-simplejwt>=5.3,<6
|
|
django-cors-headers>=4.3,<5
|
|
mysqlclient>=2.2,<3
|
|
gunicorn>=22,<25
|
|
python-dotenv>=1.0,<2
|
|
celery[redis]>=5.4,<6
|
|
redis>=5.0,<6
|
|
requests>=2.31,<3
|