1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-11-21 22:05:02 +01:00

pyproject.toml: add fixit to dev dependencies

This commit is contained in:
Alan Orth 2023-12-09 12:27:47 +03:00
parent 53b58d4116
commit 780f2c1723
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -19,6 +19,9 @@ pytest = "^7.0.0"
black = "^23.0.0"
isort = "^5.9.1"
[tool.poetry.group.dev.dependencies]
fixit = "^2.1.0"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"