requirements.txt 203 B

12345678910111213141516
  1. # Basic
  2. Django>=3.0,<4.0
  3. gunicorn==20.1.0
  4. psycopg2-binary==2.9.1
  5. # S3 Requirements
  6. boto
  7. boto3
  8. cryptography
  9. urllib3
  10. requests
  11. djangorestframework
  12. # Testing
  13. coverage>=6.0,<7.0
  14. pytest-django>=4.0,<5.0