sqlalchemy

[dev]
tox
pip-tools

[docs]
sphinx
sphinx_rtd_theme
alembic

[linting]
isort
black
flake8

[testing]
pytest
pytest-cov
psycopg2-binary

[testing:python_version < "3"]
mock
