summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2019-08-10 20:34:07 +0200
committerIlya Etingof <etingof@gmail.com>2019-08-10 20:34:07 +0200
commite19c04d20befd6b7d12aecfa857e998219dd0881 (patch)
treedc294889c3389fb14041d199ce3d23b6ed2ce0dc
parent85633698a89f0eb3b12f70d6e52a40a571eedf4c (diff)
downloadpysnmp-git-e19c04d20befd6b7d12aecfa857e998219dd0881.tar.gz
Pin Twisted on Python < 3.5
-rw-r--r--extra-requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/extra-requirements.txt b/extra-requirements.txt
index 0c8d2f2b..4a99ef04 100644
--- a/extra-requirements.txt
+++ b/extra-requirements.txt
@@ -6,4 +6,5 @@ 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'
+twisted <= 17.9; python_version == '3.4'
+twisted; python_version >= '3.5'