Skip to content

Commit

Permalink
Merge pull request wireservice#270 from rdmurphy/fix-dbf-dependency-b…
Browse files Browse the repository at this point in the history
…reak

Fix dbf dependency break for Python 2
  • Loading branch information
onyxfish committed Apr 28, 2014
2 parents 118f79d + 2728ff8 commit f900135
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
@@ -1,10 +1,10 @@
argparse>=1.2.1
nose>=1.1.2
nose>=1.1.2
xlrd>=0.9.2
python-dateutil>=1.5
SQLAlchemy>=0.9.3
sphinx>=1.0.7
coverage>=3.5.1b1
openpyxl>=1.8.4
tox>=1.3
dbf>=0.95.004
dbf==0.95.004
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@

setup(
name='csvkit',
version='0.7.2',
version='0.7.3',
description='A library of utilities for working with CSV, the king of tabular file formats.',
long_description=open('README').read(),
author='Christopher Groskopf',
Expand Down

0 comments on commit f900135

Please sign in to comment.