# Django Project Requirements # Windows Development Environment # Django Django==4.0.1 django-ckeditor==6.7.3 django-js-asset==2.2.0 # Image Processing Pillow==9.0.1 # Database (PostgreSQL - optional, for production) psycopg2-binary==2.9.9 # Python utilities asgiref==3.8.1 sqlparse>=0.2.2 tzdata>=2025.3 typing-extensions>=4 # Development tools (optional) # Uncomment if you want these: # django-debug-toolbar==3.8.1 # django-extensions==3.2.1 # ipython==8.10.0 # black==23.1.0 # flake8==6.0.0 # pytest==7.2.1 # pytest-django==4.5.2 # Testing # Uncomment to run tests: # pytest-cov==4.0.0 # factory-boy==3.2.1 # faker==17.0.0 # Notes: # 1. Install with: pip install -r requirements.txt # 2. For Windows: psycopg2-binary works better than psycopg2 # 3. For SQLite only: You can remove psycopg2-binary # 4. Update versions as needed for security patches