# ============================================================================== # CORE DJANGO FRAMEWORK # ============================================================================== # Main Django framework and essential extensions Django==5.2.3 # Main Django web framework djangorestframework==3.16.0 # REST API framework django-cors-headers==4.7.0 # Cross-Origin Resource Sharing django-extensions==4.1 # Useful Django extensions django-session-timeout==0.1.0 # Session timeout management django-filter==25.1 # Dynamic QuerySet filtering # ============================================================================== # AUTHENTICATION AND SECURITY # ============================================================================== # User authentication, authorization, and security django-allauth==0.54.0 # Comprehensive authentication user-agents==2.2.0 # User agent parsing cryptography==41.0.7 # Cryptographic functions PyJWT==2.8.0 # JSON Web Tokens bcrypt==4.1.2 # Password hashing django-guardian==2.4.0 # Per-object permissions django-ratelimit==4.1.0 # Rate limiting geoip2==5.1.0 # IP geolocation maxminddb>=2.7.0 # MaxMind database reader