Skip to content

Commit

Permalink
fix: pypi upload
Browse files Browse the repository at this point in the history
  • Loading branch information
matveypashkovskiy committed Dec 21, 2020
1 parent 7cde1be commit c6ba5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def _read_long_description():
)
DEV_REQUIRE = [
"pytest-cov", "pytest-socket", "tox", "python-semantic-release", "black", "mypy",
"pylint", "safety"
"pylint", "safety", "wheel"
]
NAME = "pytest_rts"
NAME_DASHED = NAME.replace("_", "-")
Expand Down

0 comments on commit c6ba5bc

Please sign in to comment.