chore: change package manager

This commit is contained in:
2024-10-01 18:23:27 +03:00
parent d32365f4bf
commit b7759a04b9
8 changed files with 412 additions and 74 deletions

View File

@@ -5,7 +5,7 @@ skipsdist = True
[testenv]
deps =
hatchling
-rrequirements-dev.lock
-rrequirements-dev.txt
[testenv:format]
description = Run ruff to format the code