Added banktransfer requirements to setup.py

This commit is contained in:
Raphael Michel
2016-02-16 16:46:08 +01:00
parent ced7302b81
commit ffba6f93de

View File

@@ -60,7 +60,7 @@ setup(
'easy-thumbnails>=2.2,<3'
'PyPDF2', 'BeautifulSoup4', 'html5lib',
'slimit', 'lxml', 'static3==0.6.1', 'dj-static', 'chardet',
'csscompressor'
'csscompressor', 'defusedxml', 'mt-940'
],
extras_require={
'dev': ['django-debug-toolbar>=1.3.0,<2.0'],