Skip to content

Commit

Permalink
fix: poetry dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Oct 19, 2023
1 parent c6ba4c5 commit 9d9f63a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,21 @@ include = ["LICENSE", "CHANGELOG.md", "CONTRIBUTING.md"]
[tool.poetry.dependencies]
python = "^3.10"
requests = ">=2.20.0"
tox = ">=4.0.0"
pytest = ">=7.1.2"
pytest-cov = ">=3.0.0"
wheel = ">=0.38.4"
pre-commit = ">=2.19.0"
isort = ">=5.10.1"
black = ">=22.3.0"
flake8 = ">=3.5.0"
flake8-docstrings = ">=1.6.0"
commitizen = ">=2.28.0"
cryptography = ">=37.0.4"
codespell = ">=2.1.0"
darglint = ">=1.8.1"
twine = ">=4.0.2"
freezegun = ">=1.2.2"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 9d9f63a

Please sign in to comment.