Skip to content

Commit

Permalink
updated dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Oct 3, 2016
1 parent c0615fa commit f6ee05d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ def read(*paths):
PACKAGE = 'jsontableschema_bigquery'
NAME = PACKAGE.replace('_', '-')
INSTALL_REQUIRES = [
'six>=1.9',
'unicodecsv',
'python-slugify',
'jsontableschema',
'google-api-python-client',
'tabulator',
'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',
]
TESTS_REQUIRE = [
'pylama',
Expand Down

0 comments on commit f6ee05d

Please sign in to comment.