update brozzler-easy for current warcprox api

This commit is contained in:
Noah Levitt 2018-02-02 14:28:46 -08:00
parent a125434563
commit 5331aca33f
2 changed files with 29 additions and 31 deletions

View file

@ -79,8 +79,8 @@ setuptools.setup(
extras_require={
'dashboard': ['flask>=0.11', 'gunicorn'],
'easy': [
'warcprox>=2.1b1.dev87',
'pywb',
'warcprox>=2.4b1.dev145',
'pywb<2',
'flask>=0.11',
'gunicorn'
],