Browse Source

Re-structure how are requirements are listed

Pierre-Yves Chibon 7 years ago
parent
commit
71c8894fd4
5 changed files with 6 additions and 4 deletions
  1. 3 0
      requirements-ci.txt
  2. 1 0
      requirements-ev.txt
  3. 1 0
      requirements-optional.txt
  4. 1 0
      requirements-webhook.txt
  5. 0 4
      requirements.txt

+ 3 - 0
requirements-ci.txt

@@ -0,0 +1,3 @@
+cryptography
+python-jenkins
+trollius-redis

+ 1 - 0
requirements-ev.txt

@@ -0,0 +1 @@
+trollius-redis

+ 1 - 0
requirements-optional.txt

@@ -0,0 +1 @@
+pyclamd  # This is only needed if VIRUS_SCAN_ATTACHMENTS is enabled

+ 1 - 0
requirements-webhook.txt

@@ -0,0 +1 @@
+trollius-redis

+ 0 - 4
requirements.txt

@@ -17,7 +17,6 @@ markdown
 munch
 Pillow
 psutil
-pyclamd  # This is only needed if VIRUS_SCAN_ATTACHMENTS is enabled
 pygit2 >= 0.20.1
 pygments
 python-openid
@@ -27,7 +26,6 @@ redis
 six
 sqlalchemy >= 0.8
 straight.plugin==1.4.0-post-1
-trollius-redis
 wtforms
 
 # Needed only for local authentication and/or Pagure CI
@@ -39,5 +37,3 @@ python-fedora
 # Required only for the `local` authentication backend
 py-bcrypt
 
-# Required for Pagure CI
-python-jenkins