Skip to content

Commit

Permalink
updated dependencies in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobkolb committed Jul 3, 2017
1 parent 7b8d340 commit 0880f22
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,16 @@
license="to be added",
packages=["pycopancore"],
install_requires=[
"numpy>=1.11.0",
"scipy>=0.17.0",
"sympy>=1.0",
"pylama>=7.0.0",
"pytest-cov>=2.5.1"
"numpy>=1.11.0",
"scipy>=0.17.0",
"sympy>=1.0",
"pytest",
"pylama",
"pylint",
"pylama>=7.0.0",
"pytest-cov>=2.5.1",
"profilehooks"

],
zip_safe=False # see https://stackoverflow.com/questions/15869473/what-is-the-advantage-of-setting-zip-safe-to-true-when-packaging-a-python-projec
)

0 comments on commit 0880f22

Please sign in to comment.