Skip to content

Commit

Permalink
fix missing python-mimeparse dependency in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yedpodtrzitko committed Sep 14, 2013
1 parent c697e4f commit 26dc473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
},
zip_safe=False,
requires=[
# 'mimeparse',
'python_mimeparse(>=0.1.4)',
'dateutil(>=1.5, !=2.0)',
],
install_requires=[
# 'mimeparse',
'python-mimeparse >= 0.1.4',
'python-dateutil >= 1.5, != 2.0',
],
tests_require=['mock'],
Expand Down

0 comments on commit 26dc473

Please sign in to comment.