Replace pip-tools with uv
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/tests Pipeline was successful

This commit is contained in:
sonny 2025-01-04 15:15:00 +01:00
parent 816bc54213
commit 400792922b
9 changed files with 407 additions and 304 deletions

View file

@ -17,7 +17,6 @@ development = [
'black>=20.8b1',
'isort>=5.6.4',
'autoflake>=1.4',
'pip-tools>=6.13.0',
]
ci = ['coverage>=5.3.1']