Skip to content

Commit

Permalink
Relaxed under v1 dependencies (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Oct 25, 2016
1 parent b823c98 commit 252f21a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ def read(*paths):
NAME = PACKAGE.replace('_', '-')
INSTALL_REQUIRES = [
'six>=1.9,<2.0a',
'unicodecsv>=0.14,<0.15a',
'python-slugify>=1.2,<2.0a',
'jsontableschema>=0.7,<0.8a',
'google-api-python-client>=1.5,<2.0a',
'tabulator>=0.7,<0.8a',
'unicodecsv>=0.14,<1.0a',
'jsontableschema>=0.7,<1.0a',
'tabulator>=0.7,<1.0a',
]
TESTS_REQUIRE = [
'pylama',
Expand Down

0 comments on commit 252f21a

Please sign in to comment.