# Django stack # Note: Django 6.0+ requires Python 3.12+. The devcontainer is configured for Python 3.12. # Use Django>=5.2 for Python 3.11 compatibility, or Django>=6.0 once on Python 3.12+. Django>=5.2,<7.0 django-cors-headers>=4.6.0 django-rq>=3.2.0 redis>=5.1.0 dj-database-url>=2.3.0 psycopg2-binary>=2.9.9 gunicorn>=23.0.0 requests>=2.32.3 # Testing pytest>=9.0.2 pytest-django>=4.9.0 pytest-cov>=6.1.0 factory_boy>=3.3.1 # Utilities PyYAML>=6.0 watchdog>=6.0.0 # GraphQL strawberry-graphql>=0.287.0 strawberry-graphql-django>=0.73.0 # Authentication PyJWT>=2.10.0 cryptography>=44.0.0 # Required for PyJWT RS256 (GitHub App auth)