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

This commit is contained in:
Sonny Bakker 2024-12-28 14:43:00 +01:00
parent 816bc54213
commit e85d0d8f8d
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']