Files
WrestleDesk/backend/requirements.txt
Andrej Spielmann 3fefc550fe Initial commit: WrestleDesk full project
- Django backend with DRF (clubs, wrestlers, trainers, exercises, templates, trainings, homework, locations, leistungstest)
- Next.js 16 frontend with React, Shadcn UI, Tailwind
- JWT authentication
- Full CRUD for all entities
- Calendar view for trainings
- Homework management system
- Leistungstest tracking
2026-03-26 13:24:57 +01:00

18 lines
341 B
Plaintext

Django>=4.2,<5.0
djangorestframework>=3.14
django-filter>=24.0
django-cors-headers>=4.3
djangorestframework-simplejwt>=5.3
drf-spectacular>=0.27
django-unfold>=0.30
django-import-export>=4.0
Pillow>=10.0
django-resized>=1.0
django-cleanup>=8.0
psycopg2-binary>=2.9
gunicorn>=21.0
whitenoise>=6.0
django-environ>=0.11
black>=24.0
isort>=5.13