8 lines
211 B
Plaintext
8 lines
211 B
Plaintext
# Development and linting dependencies only.
|
|
# The bot-bottle project itself has no runtime dependencies.
|
|
# These tools are used for code quality checks in CI/CD.
|
|
|
|
pylint>=3.0.0
|
|
pyright>=1.1.300
|
|
coverage>=7.0.0
|