Skip to content

Commit

Permalink
Merge pull request #159 from ghisvail/fix/versioned-depends
Browse files Browse the repository at this point in the history
Loosen versioned dependencies.
  • Loading branch information
giumas committed Apr 28, 2016
2 parents c88d572 + 2f41f9c commit b1dda4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def txt_read(*paths):
# requirements
setup_args['setup_requires'] =\
[
"setuptools==19.2",
"setuptools",
"wheel",
]
setup_args['install_requires'] =\
Expand Down Expand Up @@ -121,4 +121,4 @@ def txt_read(*paths):
# Do the actual setup now
# ---------------------------------------------------------------------------

setup(**setup_args)
setup(**setup_args)

0 comments on commit b1dda4d

Please sign in to comment.