summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2018-05-18 08:19:16 +0200
committerIlya Etingof <etingof@gmail.com>2018-06-28 09:53:07 +0200
commit49927e08092c318e21879a23dcb61b2292027515 (patch)
tree6e97c969f0cdd009d2c7db4edcb3b2b3d5dc8e63
parentacab4ce4dc05c414932a4885a627015a1f77a220 (diff)
downloadpysnmp-git-49927e08092c318e21879a23dcb61b2292027515.tar.gz
pin twisted versions
-rw-r--r--devel-requirements.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel-requirements.txt b/devel-requirements.txt
index 046bf815..d03c9630 100644
--- a/devel-requirements.txt
+++ b/devel-requirements.txt
@@ -1,4 +1,10 @@
Sphinx <= 1.6; python_version < '2.7'
Sphinx > 1.6; python_version >= '2.7'
-twisted
trollius; python_version < '3.0'
+twisted < 15.4; python_version < '2.7'
+twisted; python_version == '2.7'
+twisted < 17.9; python_version == '3.0'
+twisted < 17.9; python_version == '3.1'
+twisted < 17.9; python_version == '3.2'
+twisted <= 17.9; python_version == '3.3'
+twisted; python_version >= '3.4'