refactor: Move Python configuration and requirements files to scripts/ directory for better organization

This commit is contained in:
Luong NGUYEN
2026-01-09 09:55:03 +01:00
parent afa94be553
commit c2130fc769
6 changed files with 670 additions and 5 deletions

View 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