summaryrefslogtreecommitdiff
path: root/devel-requirements.txt
blob: ae6ff8d1a0493530c92a936c86da5b6dace04adb (plain)
1
2
3
4
5
6
7
8
9
10
11
Sphinx <= 1.6; python_version < '2.7'
Sphinx > 1.6; python_version >= '2.7'
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'
mock; python_version < '3.3'