# Dependencies for testing and development
# File used by CI workflow

## Building/Packaging
setuptools
wheel

# Style (for RST linting)
# Most style dependencies are handled by pre-commit.
black==19.10b0

## Coverage
coverage
codecov

## Testing
numpy
matplotlib
mmtf-python
#MySQL testing disabled due to #3834:
#mysqlclient
#mysql-connector-python
networkx
rdflib
reportlab
scipy

## Documentation
numpydoc==1.3.1
pygments
sphinx==4.3.2
sphinx_rtd_theme
