requirements.txt 697 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # Used for when working from a virtualenv.
  2. # Use this file by running "$ pip install -r requirements.txt"
  3. alembic
  4. arrow
  5. binaryornot
  6. bleach
  7. blinker
  8. chardet
  9. docutils
  10. enum34
  11. flask
  12. flask-wtf
  13. flask-multistatic
  14. python-gnupg
  15. kitchen
  16. markdown
  17. munch
  18. Pillow
  19. psutil
  20. pyclamd # This is only needed if VIRUS_SCAN_ATTACHMENTS is enabled
  21. pygit2 >= 0.20.1
  22. pygments
  23. python-openid
  24. python-openid-cla
  25. python-openid-teams
  26. redis
  27. six
  28. sqlalchemy >= 0.8
  29. straight.plugin==1.4.0-post-1
  30. trollius-redis
  31. wtforms
  32. # Required only for the `fas` and `openid` authentication backends
  33. python-fedora
  34. # Required only for the `local` authentication backend
  35. cryptography
  36. py-bcrypt
  37. #Required for Pagure CI
  38. cryptography
  39. python-jenkins