Skip to content

Commit

Permalink
Update setup_requirements to match pyproject.toml (#485)
Browse files Browse the repository at this point in the history
Updated setup_requirements to match the requirements listed in pyproject.toml.
  • Loading branch information
kubinski authored and lmctv committed Dec 24, 2018
1 parent 291ae41 commit 2fc1d52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@


requirements = ["six"]
setup_requirements = []
setup_requirements = ["setuptools",
"wheel"]
test_requirements = ["pytest>=3.2.1,!=3.3.0",
"hypothesis>=3.27.0"]
docs_requirements = ["sphinx>=1.6.5",
Expand Down

0 comments on commit 2fc1d52

Please sign in to comment.