Skip to content

Commit

Permalink
Update development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
imankulov committed Apr 8, 2023
1 parent 33cf6ea commit cbca975
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions pyproject.toml
Expand Up @@ -26,7 +26,7 @@ include = [
coverage-plot = "coverage_plot.cli:coverage_plot"

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.8.1"
plotly = "^5"
pandas = "^1.0.5"
attrs = ">=21.1.0"
Expand All @@ -37,16 +37,13 @@ sphinx = { version = "^3", optional = true }
[tool.poetry.extras]
docs = ["sphinx"]

[tool.poetry.dev-dependencies]
pytest = "^5.3.2"
black = "^19.10b0"
flake8 = "^3.7.9"
mypy = "^0.782"
coverage = { extras = ["toml"], version = "^5.2" }
ipython = "^7.16.1"
faker = "^4.1.1"
pdbpp = "^0.10.2"
sphinx = "^3.1.2"
[tool.poetry.group.dev.dependencies]
pytest = "^7.2.2"
black = "^23.3.0"
flake8 = "^6.0.0"
mypy = "^1.2.0"
coverage = {extras = ["toml"], version = "^7.2.3"}
faker = "^18.4.0"

[tool.coverage.run]
source = ["coverage_plot"]
Expand Down

0 comments on commit cbca975

Please sign in to comment.