Skip to content

Commit

Permalink
chore: reduced number of installed packages
Browse files Browse the repository at this point in the history
  • Loading branch information
msudgh committed Jul 5, 2023
1 parent 51525c6 commit 4734233
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 22 deletions.
36 changes: 18 additions & 18 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions pyproject.toml
Expand Up @@ -29,13 +29,15 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.8.16"
black = "23.3.0"
fire = "0.5.0"
flake8 = "6.0.0"
halo = "0.0.31"
PyGithub = "1.59.0"
pytest = "7.4.0"
pytest-testdox = "^3.0.1"

[tool.poetry.group.dev.dependencies]
flake8 = {version = "^6.0.0", optional = true}
black = {version = "23.3.0", optional = true}
pytest = {version = "7.4.0", optional = true}
pytest-testdox = {version = "^3.0.1", optional = true}

[tool.black]
py36 = true
Expand Down

0 comments on commit 4734233

Please sign in to comment.