Replace development tools
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-05 17:11:44 +01:00
parent 780dd5a624
commit ee31311db7
2 changed files with 29 additions and 104 deletions

View file

@ -9,14 +9,12 @@ dependencies = [
'click>=8.0.1',
'python-dotenv>=0.15.0',
'requests>=2.25.1',
'cryptography>=3.4.7'
'cryptography>=3.4.7',
]
[project.optional-dependencies]
development = [
'black>=20.8b1',
'isort>=5.6.4',
'autoflake>=1.4',
"ruff>=0.8.6",
]
ci = ['coverage>=5.3.1']