chore: update dependencies management for development
Migrated development dependencies to requirements-dev.txt and removed old runtime dependencies from requirements.txt. This aligns dependency management with current development practices and configurations.
This commit is contained in:
parent
c028219245
commit
11d1c610a8
2 changed files with 3 additions and 2 deletions
3
requirements-dev.txt
Normal file
3
requirements-dev.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
-e .
|
||||
ruff
|
||||
black
|
|
@ -1,2 +0,0 @@
|
|||
flask
|
||||
bs4
|
Loading…
Reference in a new issue