1
0
mirror of https://github.com/ammaraskar/pyCraft.git synced 2025-03-16 00:21:10 +01:00

Require cryptography<2.0 for Python 3.3, as >=2.0 only supports 3.4+.

This commit is contained in:
joo 2018-01-06 19:22:55 +00:00
parent af559e181a
commit 3fb922b0d1
2 changed files with 3 additions and 4 deletions

View File

@ -1,3 +1,4 @@
cryptography>=1.5
cryptography>=1.5 ; python_version!="3.3"
cryptography>=1.5,<2.0 ; python_version=="3.3"
requests
future

View File

@ -11,9 +11,7 @@ commands = nosetests
deps =
nose
requests
cryptography
future
-r{toxinidir}/requirements.txt
[testenv:cover]
deps =