summaryrefslogtreecommitdiff
path: root/devel-requirements.txt
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2018-04-13 09:35:24 +0200
committerIlya Etingof <etingof@gmail.com>2018-04-13 09:35:24 +0200
commitb3dc9a6699e952b1bda29bf0f2a16a547d47d19d (patch)
treedabc73bfceadb448c63bfcd7367b94764753f5c4 /devel-requirements.txt
parent9bac440607e511d5bbc14e40c7fd0d2e91c439d6 (diff)
downloadpysnmp-git-b3dc9a6699e952b1bda29bf0f2a16a547d47d19d.tar.gz
use old Sphinx wuth old Python
Diffstat (limited to 'devel-requirements.txt')
-rw-r--r--devel-requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel-requirements.txt b/devel-requirements.txt
index e78c2eb4..046bf815 100644
--- a/devel-requirements.txt
+++ b/devel-requirements.txt
@@ -1,3 +1,4 @@
-sphinx
+Sphinx <= 1.6; python_version < '2.7'
+Sphinx > 1.6; python_version >= '2.7'
twisted
trollius; python_version < '3.0'