Skip to content

Commit

Permalink
Added banktransfer requirements to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelm committed Feb 16, 2016
1 parent ced7302 commit ffba6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def run(self):
'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'],
Expand Down

0 comments on commit ffba6f9

Please sign in to comment.