-r base.txt

# While pydantic is great in the production code, for just bundling
# things, attrs is still better.
attrs >=23

# Wonderful py.test for testing
pytest >=3.6.0
pytest-runner >=2.11.1
pytest-cache >=1.0
pytest-cov >=2.4.0
pytest-mock >=2.0.0
syrupy >=4.6.0,<5.0.0

# Faking of file systems
pyfakefs >=3.7.1

# Easier testing of requests
requests-mock >=1.7.0

# Coverage report
coverage >=4.5.1
codacy-coverage >=1.3.6

# Flake8 for linting
flake8 >=3.5.0

# isort code formatter - import order
isort ==5.13.2

# Building documentation is part of the tests
sphinx >=1.7.0
sphinx-rtd-theme >=0.4.3
sphinx_mdinclude

# Type checking.
mypy
