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:
Pierre Ossman 2022-04-13 12:48:01 +02:00
parent d5e8d709d7
commit e4cff3746d
1 changed files with 1 additions and 0 deletions

View File

@ -4,3 +4,4 @@ jwcrypto
six
redis
simplejson
wrapt<=1.12.1;python_version<="3.4"