# Django and Core Dependencies Django==4.2.7 django-cors-headers==4.3.1 djangorestframework==3.14.0 django-session-timeout==0.1.0 django-extensions==3.2.3 # Environment Variables python-decouple==3.8 # python-decouple for configuration management python-dotenv==1.0.0 # python-dotenv for managing environment variables # Database mysqlclient==2.2.0 PyMySQL==1.1.0 psycopg2-binary==2.9.7 dj-database-url>=2.1.0 # Validation and Serialization marshmallow==3.20.1 django-filter==25.1 # Async Task Processing celery==5.3.4 redis==5.0.1 django-celery-beat==2.5.0 django-celery-results==2.5.1 # File Handling and Media Processing Pillow==10.1.0 ffmpeg-python==0.2.0 python-magic==0.4.27 # Development and Testing django-debug-toolbar==4.2.0 factory-boy==3.3.0 pytest==7.4.3 pytest-django==4.7.0 coverage==7.3.2 # Production gunicorn==21.2.0 whitenoise==6.6.0 # Production server gevent>=23.7.0 # # XML Processing and Data Parsing # lxml==4.9.3 # openpyxl==3.1.2 # xlrd==2.0.1 # xlsxwriter==3.1.9 # beautifulsoup4==4.12.2 # # HTTP Requests and APIs # requests==2.31.0 # urllib3==2.0.7 # # Date and Time # python-dateutil==2.8.2 # pytz==2023.3 # # Text processing # python-slugify==8.0.1 # markdown==3.5.1 # # Telegram Integration # python-telegram-bot==20.7 # # # FTP Operations # # ftplib>=1.0.0 # # Data Processing # numpy==1.24.4 # pandas==2.0.3 # # Production # gunicorn==21.2.0 # whitenoise==6.6.0 # # Monitoring and Logging # sentry-sdk==1.38.0 # # Security # django-ratelimit==4.1.0 # django-guardian==2.4.0 # # API Documentation # drf-spectacular==0.26.5 # # Utilities # slugify==0.0.1 # faker==20.1.0 # django-crispy-forms>=2.0 # crispy-bootstrap5>=0.7 # django-storages>=1.13.0 # boto3>=1.26.0 # django-allauth>=0.54.0 # django-widget-tweaks>=1.4.12 # django-bootstrap5>=23.0 # django-select2>=8.1.0 # django-tables2>=2.5.0 # django-import-export>=3.2.0 # django-mptt>=0.14.0 # django-taggit>=4.0.0 # django-ckeditor>=6.6.0 # django-colorfield>=0.9.0 # django-phonenumber-field>=7.1.0 # phonenumbers>=8.13.0 # django-countries>=7.5.0 # django-timezone-field>=5.1.0 # django-model-utils>=4.3.0 # django-guardian>=2.4.0 # django-activity-stream>=2.0.0 # django-notifications-hq>=1.8.0 # django-constance>=3.1.0 # django-environ>=0.10.0 # django-silk>=5.0.0 # django-health-check>=3.17.0 # django-prometheus>=2.3.0 # django-ratelimit>=4.1.0 # django-cache-machine>=1.2.0 # django-compressor>=4.4.0 # django-htmlmin>=0.11.0 # django-maintenance-mode>=0.16.0 # django-admin-interface>=0.26.0 # django-colorfield>=0.9.0 # django-admin-sortable2>=2.1.0 # django-nested-admin>=4.0.0 # django-reversion>=5.0.0 # django-simple-history>=3.4.0 # django-audit-log>=0.7.0 # Production server # pdoc3 # python auto generating documentation # pytest-asyncio