Skip to content

Commit

Permalink
Add pyexcel to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardoarroyo committed Jun 22, 2017
1 parent 4847661 commit f451126
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ Django==1.10.5
djangorestframework==3.5.3
django-vinaigrette==1.0.1
ovp-uploads==1.0.4
pyexcel-xls==0.3.1
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
'codecov>=2.0.5,<2.1.0',
'coverage>=4.2,<4.3.0',
'django-vinaigrette>=1.0.1,<1.1.0',
'ovp-uploads>=1.0.4,<1.1.0'
'ovp-uploads>=1.0.4,<1.1.0',
'pyexcel-xls>=0.3.1,<1.0.0'
]
)

0 comments on commit f451126

Please sign in to comment.