Skip to content

Commit

Permalink
Merge pull request #38 from keszybz/more-toml
Browse files Browse the repository at this point in the history
pyproject: add all dependencies required for full build with tests
  • Loading branch information
smarie authored Jan 28, 2020
2 parents 71a16b7 + 7fd4187 commit 0d1bd85
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,11 @@ requires = [
"setuptools",
"setuptools_scm",
"six",
"pytest-runner",
"pytest-harvest",
"wheel",
"wrapt",
"pandas",
"tabulate",
]
build-backend = "setuptools.build_meta"

0 comments on commit 0d1bd85

Please sign in to comment.