Skip to content

Commit

Permalink
added openpyxl requirement (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwhipp committed Nov 10, 2014
1 parent 3e81f95 commit 02071e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
pdfminer==20140328
python-dateutil==2.2
django-storages==1.1.8
openpyxl==2.0.3


3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
'django-categories',
'django-storages',
'pdfminer',
'python-dateutil']
'python-dateutil',
'openpyxl']

setup(
name='docmeta',
Expand Down

0 comments on commit 02071e4

Please sign in to comment.