mirror of
https://github.com/luongnv89/claude-howto.git
synced 2026-04-21 21:45:58 +02:00
13 lines
204 B
Plaintext
13 lines
204 B
Plaintext
# 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
|