# Django 5.2 is the first release that supports Python 3.14. Django>=5.2,<6.0 python-dotenv>=1.0 Pillow>=11.1 whitenoise>=6.8 gunicorn>=23.0 # PostgreSQL driver. You do NOT need this to run locally — the project uses # SQLite out of the box. Uncomment it only when you switch DATABASES over, # and use psycopg 3, not psycopg2: it ships wheels for current Pythons, so # there is nothing to compile and no pg_config needed. # psycopg[binary]>=3.2