summaryrefslogtreecommitdiff
path: root/devel-requirements.txt
blob: 4e7b9f84f6db01575f35185a3290bb5755739408 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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'