Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit c9bc21eb authored by Karine Bauch's avatar Karine Bauch
Browse files

pyproject.toml updated with uv --dev

parent 36c50531
No related branches found
No related tags found
No related merge requests found
Pipeline #64862 failed
...@@ -28,19 +28,14 @@ dependencies = [ ...@@ -28,19 +28,14 @@ dependencies = [
"pytest >= 7, < 8", "pytest >= 7, < 8",
] ]
[project.optional-dependencies] [dependency-groups]
ALL = ["fake_session_maker[MANAGE]", "fake_session_maker[QUALITY]", "fake_session_maker[TEST]"] dev = [
MANAGE = [
"bump-my-version", "bump-my-version",
]
QUALITY = [
"mypy", "mypy",
"pre-commit", "pre-commit",
"ruff", "ruff",
"toml-sort", "toml-sort",
] "pip-tools",
REQUIREMENTS = ["pip-tools"]
TEST = [
"asyncpg < 1.0", "asyncpg < 1.0",
"coverage", "coverage",
"psycopg2 < 3.0", "psycopg2 < 3.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment