mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 22:59:59 -07:00
16 lines
197 B
Plaintext
16 lines
197 B
Plaintext
# Development dependencies
|
|
-r requirements.txt
|
|
|
|
# Testing
|
|
pytest>=7.0.0
|
|
pytest-cov>=4.0.0
|
|
pytest-mock>=3.15.1
|
|
|
|
# Code quality
|
|
ruff>=0.1.0
|
|
black>=23.0.0
|
|
mypy>=1.0.0
|
|
|
|
# Type stubs
|
|
types-flask>=1.1.0
|