Skip to content

Commit

Permalink
Rev required agate version to 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
onyxfish committed Jan 23, 2016
1 parent 1866f8f commit ecd9898
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-py2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ six>=1.6.1
ordereddict>=1.1
simplejson>=3.6.3
sphinx_rtd_theme
agate>=1.0.0
agate>=1.2.0
2 changes: 1 addition & 1 deletion requirements-py3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ openpyxl==2.2.0-b1
tox>=1.3
six>=1.6.1
sphinx_rtd_theme
agate>=1.0.0
agate>=1.2.0
dbf>=0.96.005
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup

install_requires = [
'agate>=1.0.0',
'agate>=1.2.0',
'xlrd>=0.7.1',
'sqlalchemy>=0.6.6',
'openpyxl==2.2.6',
Expand Down

0 comments on commit ecd9898

Please sign in to comment.