From 9d9f63ad377221233f1331da784ace1a20603422 Mon Sep 17 00:00:00 2001 From: Allan Nava Date: Thu, 19 Oct 2023 11:00:04 +0200 Subject: [PATCH] fix: poetry dependencies --- pyproject.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 11a8e4b..10bd56d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]