Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
turicas committed Aug 29, 2015
1 parent 51699ed commit b9e88da
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 @@ -6,12 +6,12 @@
setup(name='rows',
description='Import and export tabular data easily with Python',
long_description='',
version='0.1.0.dev0',
version='0.1.0',
author=u'Álvaro Justen',
author_email='[email protected]',
url='https://github.com/turicas/rows/',
packages=['rows', 'rows.plugins'],
install_requires=[],
install_requires=['unicodecsv', 'click', 'filemagic', 'requests'],
extras_require = {
'csv': ['unicodecsv'],
'html': ['lxml'], # apt: libxslt-dev libxml2-dev
Expand Down

0 comments on commit b9e88da

Please sign in to comment.