# Python version: 3.10 # This file installs required packages for the project. # Create a virtual environment before installing these: # python3.10 -m venv myenv && source myenv/bin/activate # Then run: pip install -r requirements.txt Django==5.0.7 django-hosts==5.2 django-cors-headers==4.3.1 pytz==2024.1 PyJWT==2.8.0 requests==2.31.0 pymemcache==4.0.0 botocore boto3 PyYAML django-csp