mirror of
https://github.com/correl/tornado-openapi3.git
synced 2024-11-14 19:19:32 +00:00
Loosen restrictions on dev dependencies
This commit is contained in:
parent
ef4f7fc6ef
commit
fe4dbcd51c
1 changed files with 7 additions and 7 deletions
|
@ -11,13 +11,13 @@ tornado = "^6"
|
|||
openapi-core = "^0.13.4"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
black = "^20.8b1"
|
||||
mypy = "^0.782"
|
||||
hypothesis = "^5.35.3"
|
||||
flake8 = "^3.8.3"
|
||||
pytest = "^6.0.2"
|
||||
pytest-flake8 = "^1.0.6"
|
||||
pytest-mypy = "^0.7.0"
|
||||
black = { version = "*", allow-prereleases = true }
|
||||
mypy = "*"
|
||||
hypothesis = "*"
|
||||
flake8 = "*"
|
||||
pytest = "*"
|
||||
pytest-flake8 = "*"
|
||||
pytest-mypy = "*"
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
addopts = "--flake8 --mypy"
|
||||
|
|
Loading…
Reference in a new issue