Skip to content

Commit

Permalink
added dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
RobBlumberg committed Mar 28, 2020
1 parent 221014f commit af3d94d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ python = "^3.7"
pandas = "^1.0.3"
requests = "^2.23.0"
numpy = "^1.18.2"
matplotlib = "^3.2.1"

[tool.poetry.dev-dependencies]
sphinx = "^2.4.4"
sphinxcontrib-napoleon = "^0.7"
flake8 = "^3.7.9"
pytest = "^5.4.1"
pytest-cov = "^2.8.1"
python-semantic-release = "^5.0.2"

[build-system]
requires = ["poetry>=0.12"]
Expand Down

0 comments on commit af3d94d

Please sign in to comment.