# Core Django and Web Framework Django==5.0.2 djangorestframework==3.16.0 # Database drivers psycopg2-binary==2.9.10 # For PostgreSQL # Task Queue and Background Jobs celery==5.5.3 redis==6.2.0 # HTTP Requests and API Integration requests==2.32.4 # SSH and Network Operations paramiko==3.5.1 # Security and Authentication bcrypt==4.3.0 cryptography==45.0.5 # Date and Time Utilities python-dateutil==2.9.0.post0 # String and Text Processing charset-normalizer==3.4.2 idna==3.10 urllib3==2.5.0 certifi==2025.7.14 # Development and Utilities six==1.17.0 sqlparse==0.4.4 asgiref==3.7.2 typing-extensions==4.9.0 tzdata==2025.2 # Celery Dependencies billiard==4.2.1 click==8.2.1 click-didyoumean==0.3.1 click-plugins==1.1.1.2 click-repl==0.3.0 kombu==5.5.4 vine==5.1.0 packaging==25.0 prompt-toolkit==3.0.51 wcwidth==0.2.13 # Async and Concurrency async-timeout==5.0.1 # Cryptographic Functions cffi==1.17.1 pycparser==2.22 PyNaCl==1.5.0 # Terminal Colors (Windows compatibility) colorama==0.4.6 # Additional utilities for production # Pillow==10.0.0 # For image processing (uncomment if needed) # openpyxl==3.1.2 # For Excel file handling (uncomment if needed) # python-decouple==3.8 # For environment variable management (uncomment if needed) # django-cors-headers==4.3.1 # For CORS handling if needed (uncomment if needed) # gunicorn==21.2.0 # For production WSGI server (uncomment if needed) # whitenoise==6.5.0 # For serving static files in production (uncomment if needed)