refactor: Move Python configuration and requirements files to scripts/ directory for better organization
This commit is contained in:
12
scripts/requirements-dev.txt
Normal file
12
scripts/requirements-dev.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
# Development dependencies (includes core dependencies)
|
||||
-r requirements.txt
|
||||
|
||||
# Testing
|
||||
pytest>=7.0
|
||||
pytest-asyncio>=0.21
|
||||
pytest-cov>=4.0.0
|
||||
|
||||
# Code Quality
|
||||
pre-commit>=3.6.0
|
||||
ruff>=0.8.0
|
||||
bandit[toml]>=1.7.7
|
||||
Reference in New Issue
Block a user