Replace development tools
This commit is contained in:
parent
780dd5a624
commit
ee31311db7
2 changed files with 29 additions and 104 deletions
|
|
@ -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']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue