summaryrefslogtreecommitdiff
path: root/devel-requirements.txt
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2018-07-08 12:05:59 +0200
committerGitHub <noreply@github.com>2018-07-08 12:05:59 +0200
commit5168479e426ee54b1bf07d859f15a2deae0046cf (patch)
tree7b1debad94e28bb50515de6f918863f8f40cf75b /devel-requirements.txt
parent8dbc28d3602fd2ceaeebdc563d98ad8f467099e4 (diff)
downloadpysnmp-git-5168479e426ee54b1bf07d859f15a2deae0046cf.tar.gz
Add extra-requirements.txt (#165)
* Add extra-requirements.txt In grand schema of things we now have `requirements.txt` that list mandatory dependencies, then we have `extra-requirements.txt` for optional dependencies enabling all pysnmp features and finally `devel-requirements.txt` for things required solely for testing. Strangely, Travis pulls pysnmpcrypto which then pulls Cryptography while according to pysnmpcrypyo requirement it should really pull pycryptodomex (which is does in its own CI job)
Diffstat (limited to 'devel-requirements.txt')
-rw-r--r--devel-requirements.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/devel-requirements.txt b/devel-requirements.txt
index d03c9630..093a878c 100644
--- a/devel-requirements.txt
+++ b/devel-requirements.txt
@@ -1,10 +1,2 @@
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'