mirror of https://github.com/OpenKMIP/PyKMIP.git
Require enum-compat instead of enum34
The enum34 package is not compatible with python 3.4+. By requiring enum-compat instead, this requirement will be a noop when installing the dependencies from a python 3.4+ environment. Closes: #450
This commit is contained in:
parent
c1b816bf04
commit
b8c19cfa0d
|
@ -1,5 +1,5 @@
|
|||
cryptography>=1.4
|
||||
enum34
|
||||
enum-compat
|
||||
requests
|
||||
six>=1.11.0
|
||||
sqlalchemy>=1.0
|
||||
|
|
Loading…
Reference in New Issue