Files
django-core-base/app/requirements.txt
minguezsanzjuanjose d2c91d5196 feat: add Request_API dispatcher and internal API URLs
Replaces urllib http_client with proper Request_API class in general/request_api.py
using the requests library. Adds API_BACKOFFICE, API_COMUNICACIONES, API_DOCUMENTACION
settings pointing to Docker service names. Adds requests==2.32.3 to requirements.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-18 02:24:46 +02:00

8 lines
161 B
Plaintext

Django==5.0.3
psycopg2-binary==2.9.9
gunicorn==21.2.0
python-dotenv==1.0.1
djangorestframework
django-cors-headers
djangorestframework-simplejwt
requests==2.32.3