Skip to content

Commit

Permalink
Merge pull request #544 from onyxfish/dependencies
Browse files Browse the repository at this point in the history
Remove openpyxl and xlrd dependencies
  • Loading branch information
James McKinney committed Jan 31, 2016
2 parents 523f2d2 + dcbf878 commit 16afab3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
4 changes: 3 additions & 1 deletion requirements-py2.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
-r requirements-py3.txt

argparse>=1.2.1
mock>=1.3.0
ordereddict>=1.1
simplejson>=3.6.3

# Development
mock>=1.3.0
unittest2==0.5.1
12 changes: 7 additions & 5 deletions requirements-py3.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
coverage>=3.5.1b1
git+git://github.com/onyxfish/agate.git#egg=agate
git+git://github.com/onyxfish/agate-excel.git#egg=agate-excel
dbf>=0.96.005
nose>=1.1.2
python-dateutil>=2.2
six>=1.6.1
SQLAlchemy>=0.9.3

# Development
coverage>=3.5.1b1
nose>=1.1.2
sphinx>=1.0.7
sphinx_rtd_theme
SQLAlchemy>=0.9.3
tox>=1.3
git+git://github.com/onyxfish/agate-excel.git#egg=agate-excel
git+git://github.com/onyxfish/agate.git#egg=agate
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@

install_requires = [
'agate>=1.2.0',
'agate-excel>=0.1.0',
'dbf>=0.96.005',
'openpyxl==2.2.6',
'python-dateutil==2.2',
'six>=1.6.1',
'sqlalchemy>=0.6.6',
'xlrd>=0.7.1',
]

if sys.version_info < (2, 7):
Expand Down

0 comments on commit 16afab3

Please sign in to comment.