furry/requirements.txt

42 lines
632 B
Plaintext

# Django Core
Django==5.2.1
djangorestframework==3.14.0
django-cors-headers==4.3.1
# Database
psycopg2-binary==2.9.9
# Image Processing
Pillow==10.1.0
# Payment Processing
stripe==7.8.0
# Search Engine
django-haystack==3.3.0
elasticsearch==7.17.12
# Real-time Features
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
python-dotenv==1.0.1
django-paypal==2.1.0
django-payments==3.0.1
django-filter==24.2
paypalrestsdk==1.13.3
coreapi==2.3.3
numpy==1.24.3