mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2025-03-16 16:41:49 +01:00
Require cryptography<2.0 for Python 3.3, as >=2.0 only supports 3.4+.
This commit is contained in:
parent
af559e181a
commit
3fb922b0d1
@ -1,3 +1,4 @@
|
|||||||
cryptography>=1.5
|
cryptography>=1.5 ; python_version!="3.3"
|
||||||
|
cryptography>=1.5,<2.0 ; python_version=="3.3"
|
||||||
requests
|
requests
|
||||||
future
|
future
|
||||||
|
Loading…
Reference in New Issue
Block a user