Skip to content

Commit

Permalink
test requirements improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
ladyrassilon committed Aug 18, 2015
1 parent 672346d commit d7fd524
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions setup.py
Expand Up @@ -14,20 +14,16 @@
install_requires=[
"beautifulsoup4>=4.3.2",
"requests>=2.4.0",
"mock>=1.0.1",
"coverage>=3.7.1",
"nose>=1.3.4",
"PyExecJS>=1.0.4",
"responses>=0.2.2"
],
requires=[
"beautifulsoup4(>=4.3.2)",
"requests(>=2.4.0)",
"mock(>=1.0.1)",
"coverage(>=3.7.1)",
"nose(>=1.3.4)",
"PyExecJS(>=1.0.4)",
"responses(>=0.2.2)"
tests_require=[
"beautifulsoup4",
"requests",
"mock",
"coverage",
"nose",
"PyExecJS",
"responses"
],
long_description=long_description,
test_suite="nose.collector",
Expand Down

0 comments on commit d7fd524

Please sign in to comment.