Explicitly install old wrapt on Python 3.4
Something is broken in pip so it installs a wrapt that doesn't support Python 3.4. Work around this by manually request a version that is known to work.
This commit is contained in:
parent
d5e8d709d7
commit
e4cff3746d
|
|
@ -4,3 +4,4 @@ jwcrypto
|
||||||
six
|
six
|
||||||
redis
|
redis
|
||||||
simplejson
|
simplejson
|
||||||
|
wrapt<=1.12.1;python_version<="3.4"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue