# Install the package itself in dev mode
-e .

tox==3.24.1

# Formatters and linters
black==21.7b0
pylint==2.9.6
isort==5.8.0

# Testing
pytest==6.2.4
pytest-cov==2.12.0
pytest-freezegun==0.4.2

# Types
mypy==0.910
sqlalchemy-stubs==0.4
