26 lines
411 B
Plaintext
26 lines
411 B
Plaintext
# Development dependencies for GitHub Sponsors Webhook Bot
|
|
|
|
# Testing
|
|
pytest>=7.0.0
|
|
pytest-cov>=4.0.0
|
|
pytest-mock>=3.10.0
|
|
responses>=0.23.0
|
|
|
|
# Linting and formatting
|
|
flake8>=6.0.0
|
|
black>=23.0.0
|
|
isort>=5.12.0
|
|
mypy>=1.0.0
|
|
|
|
# Type checking
|
|
types-requests>=2.28.0
|
|
types-PyYAML>=6.0.0
|
|
types-python-dotenv>=1.0.0
|
|
|
|
# Documentation
|
|
sphinx>=6.0.0
|
|
sphinx-rtd-theme>=1.2.0
|
|
|
|
# Development tools
|
|
pre-commit>=3.0.0
|
|
tox>=4.0.0 |