summaryrefslogtreecommitdiff
path: root/devel-requirements.txt
blob: 02629f5e96c8a75ec58f6ed4990a545ca9a8325b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Sphinx <= 1.6; python_version < '2.7'
Sphinx > 1.6; python_version >= '2.7'
trollius; python_version < '3.0'
# NOTE: Twisted < 19.2.1 has a security problem in URL handling.
# However, newer Twisted does not work on older Pythons. That's why
# we have to pin to older Twisted here.
# On the other hand, pysnmp does not use anything HTTP, however other
# dependencies can rely on that.
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 <= 17.9; python_version == '3.4'
twisted; python_version >= '3.5'