summaryrefslogtreecommitdiff
path: root/devel-requirements.txt
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2018-05-18 08:19:16 +0200
committerIlya Etingof <etingof@gmail.com>2018-05-18 08:19:16 +0200
commit61f7a10adf83469c76c4182b924d4e002d12641a (patch)
tree5d7d55c300fbf98465b9a244757896c7532a6916 /devel-requirements.txt
parent38827dec2ccd06e3a657711f82b5c034f6329974 (diff)
downloadpysnmp-git-61f7a10adf83469c76c4182b924d4e002d12641a.tar.gz
pin twisted versions
Diffstat (limited to 'devel-requirements.txt')
-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'