1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

setup: use 'fakeredis<1.0' until fully ported to new fakeredis version

This commit is contained in:
Ilya Kreymer 2019-01-27 14:26:50 -05:00
parent 9597a632c8
commit c86add9b40

View File

@ -108,7 +108,7 @@ setup(
'pytest',
'WebTest',
'pytest-cov',
'fakeredis',
'fakeredis<1.0',
'mock',
'urllib3',
'werkzeug',