35 lines
559 B
Plaintext
35 lines
559 B
Plaintext
# Django Core
|
|
Django==5.2.1
|
|
djangorestframework==3.14.0
|
|
django-cors-headers==4.3.1
|
|
|
|
# Database (SQLite für einfaches Setup)
|
|
# psycopg2-binary==2.9.9
|
|
|
|
# Image Processing
|
|
Pillow==10.1.0
|
|
|
|
# Payment Processing
|
|
stripe==7.8.0
|
|
|
|
# Search Engine (optional)
|
|
# django-haystack==3.2.1
|
|
# elasticsearch==8.11.0
|
|
|
|
# Real-time Features (optional)
|
|
# channels==4.0.0
|
|
# channels-redis==4.1.0
|
|
# daphne==4.0.0
|
|
|
|
# API Documentation
|
|
drf-yasg==1.21.7
|
|
|
|
# Development Tools
|
|
django-debug-toolbar==4.2.0
|
|
|
|
# Production
|
|
gunicorn==21.2.0
|
|
whitenoise==6.6.0
|
|
|
|
# Utilities
|
|
python-decouple==3.8 |