requirements.txt 389 B

1234567891011121314151617181920212223
  1. certifi==2018.10.15
  2. chardet==3.0.4
  3. defusedxml==0.5.0
  4. Deprecated==1.2.3
  5. Django==2.1.2
  6. djangorestframework==3.9.0
  7. gunicorn==19.9.0
  8. idna==2.7
  9. oauthlib==2.1.0
  10. psycopg2==2.7.5
  11. PyGithub==1.43.2
  12. PyJWT==1.6.4
  13. python3-openid==3.1.0
  14. pytz==2018.5
  15. requests==2.20.0
  16. requests-oauthlib==1.0.0
  17. six==1.11.0
  18. social-auth-app-django==2.1.0
  19. social-auth-core==1.7.0
  20. urllib3==1.24
  21. whitenoise==4.1
  22. wrapt==1.10.11