1
0
mirror of https://github.com/enpaul/kodak.git synced 2025-12-19 09:02:34 +00:00

Add tox-poetry-installer plugin for using locked dependencies

This commit is contained in:
2020-12-21 21:52:07 -05:00
parent 1c1de0c241
commit ac3910ca62
2 changed files with 477 additions and 5 deletions

View File

@@ -55,6 +55,7 @@ sphinx = "^3.3.0"
sphinx-autodoc-typehints = "^1.11.1"
toml = "^0.10.1"
tox = "^3.20.0"
tox-poetry-installer = {extras = ["poetry"], version = "^0.6.1"}
[build-system]
requires = ["poetry-core>=1.0.0"]