lingo: add new dependencies to setup.py/requirements.txt

This commit is contained in:
Frédéric Péters 2015-12-30 17:58:54 +01:00
parent 01abf14d90
commit 4a966a35b5
2 changed files with 4 additions and 0 deletions

View File

@ -5,3 +5,5 @@ django-cmsplugin-blurp
django-jsonfield
requests
feedparser
eopayment>=1.3
python-dateutil

View File

@ -111,6 +111,8 @@ setup(
'django-jsonfield',
'requests',
'XStatic-ChartNew.js',
'eopayment>=1.3',
'python-dateutil',
],
zip_safe=False,
cmdclass={