push youtube-dl's stitched up videos to warcprox

(no tests yet)
This commit is contained in:
Noah Levitt 2018-08-13 15:40:48 -07:00
parent 4e398e1da2
commit 39155ebcc5
2 changed files with 65 additions and 9 deletions

View file

@ -75,6 +75,7 @@ setuptools.setup(
'cerberus==1.0.1',
'jinja2',
'cryptography!=2.1.1', # 2.1.1 installation is failing on ubuntu
'python-magic',
],
extras_require={
'dashboard': ['flask>=0.11', 'gunicorn'],