mirror of
https://github.com/ruvnet/RuView
synced 2026-06-09 10:13:17 +00:00
63ae259e62
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.6.0...v1.19.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
14 lines
270 B
Plaintext
14 lines
270 B
Plaintext
# Development and testing dependencies
|
|
# Install with: pip install -r requirements.txt -r requirements-dev.txt
|
|
|
|
# Testing
|
|
pytest>=7.0.0
|
|
pytest-asyncio>=0.21.0
|
|
pytest-mock>=3.10.0
|
|
pytest-benchmark>=5.2.3
|
|
|
|
# Linting and formatting
|
|
black>=23.0.0
|
|
flake8>=6.0.0
|
|
mypy>=1.19.1
|