Skip to content

Commit

Permalink
Hopefully now setup.py actually installs all depedencies. next thing …
Browse files Browse the repository at this point in the history
…I will have to do is put versions on the dependencies
  • Loading branch information
scottcoughlin2014 committed Aug 16, 2017
1 parent b92931c commit 65f3eed
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@
'setuptools',
'pytest-runner',
]
install_requires = []
requires = [
install_requires = [
'SQLAlchemy',
'cython',
'six',
Expand Down Expand Up @@ -121,7 +120,6 @@
scripts=scripts,
setup_requires=setup_requires,
install_requires=install_requires,
requires=requires,
tests_require=tests_require,
extras_require=extras_require,
dependency_links=[
Expand Down

0 comments on commit 65f3eed

Please sign in to comment.