Files
websockify/test-requirements.txt
T
Pierre Ossman e4cff3746d 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.
2022-04-13 12:50:25 +02:00

8 lines
76 B
Plaintext

mock
nose
jwcrypto
six
redis
simplejson
wrapt<=1.12.1;python_version<="3.4"