mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-18 15:29:36 +00:00
25 lines
495 B
Plaintext
25 lines
495 B
Plaintext
# Development dependencies
|
|
# ═══════════════════════════════════════════════════════════════
|
|
-r requirements.txt
|
|
|
|
# Testing
|
|
pytest>=8.3.0
|
|
pytest-asyncio>=0.24.0
|
|
pytest-cov>=6.0.0
|
|
pytest-mock>=3.14.0
|
|
|
|
# Linting / formatting
|
|
ruff>=0.7.0
|
|
black>=24.10.0
|
|
mypy>=1.13.0
|
|
|
|
# Security
|
|
bandit>=1.8.0
|
|
detect-secrets>=1.5.0
|
|
|
|
# Pre-commit
|
|
pre-commit>=4.0.0
|
|
|
|
# Dev UX
|
|
ipython>=8.29.0
|