requirements.txt 676 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # Used for when working from a virtualenv.
  2. # Use this file by running "$ pip install -r requirements.txt"
  3. alembic
  4. arrow
  5. bcrypt
  6. binaryornot
  7. bleach
  8. blinker
  9. celery
  10. chardet
  11. cryptography
  12. docutils
  13. email_validator
  14. flask
  15. flask-wtf
  16. kitchen
  17. markdown
  18. munch
  19. Pillow
  20. psutil
  21. pygit2 >= 0.26.0
  22. python3-openid
  23. python-openid-cla
  24. python-openid-teams
  25. redis
  26. requests
  27. setuptools
  28. six
  29. # sqlalchemy minimum 0.8
  30. sqlalchemy >= 0.8
  31. straight.plugin >= 1.5.0
  32. whitenoise
  33. wtforms
  34. # Required only for the `oidc` authentication backend
  35. # flask-oidc
  36. # Required only if `USE_FLASK_SESSION_EXT` is set to `True`
  37. # flask-session
  38. # Required only for the `fas` and `openid` authentication backends
  39. # python-fedora