Skip to content

Commit

Permalink
setupy: mixed up test and setup runtime deps (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
blshkv committed Sep 20, 2020
1 parent c3244f1 commit 9a8d55a
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 @@ -13,13 +13,13 @@
vcversioner={},

packages=find_packages(),
setup_requires=[
tests_require=[
'pytest-runner',
'pytest-asyncio; python_version > "3.4"',
'pytest-trio; python_version > "3.7"',
'vcversioner'
],
tests_require=[
setup_requires=[
'twisted',
'trio; python_version > "3.6"',
'futures; python_version < "3.0"'
Expand Down

0 comments on commit 9a8d55a

Please sign in to comment.