LocFlow/requirements.txt
root c6f7f1da41 Refactor frontend: replace axios with native fetch, add standalone build
- Remove axios dependency, use native fetch with token refresh logic
- Add output: standalone to next.config.ts for Docker production builds
- Add Dockerfile.prod for production frontend container
- Bump requests>=2.33

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 02:05:42 +02:00

15 lines
300 B
Text

django>=5.1,<5.2
djangorestframework>=3.15,<4.0
psycopg2-binary>=2.9
gunicorn>=22.0
whitenoise>=6.5
polib>=1.2
django-cors-headers>=4.3
django-filter>=24.0
python-dotenv>=1.0
drf-spectacular>=0.27
djangorestframework-simplejwt>=5.3,<6.0
requests>=2.33
pytest>=8.0
pytest-django>=4.8
factory-boy>=3.3