marshmallow>=2.0.0
SQLAlchemy>=0.9.7

[dev]
pytest
mock
flake8==3.7.7
pre-commit==1.14.4
tox

[dev:python_version >= "3.5"]
flake8-bugbear==18.8.0

[lint]
flake8==3.7.7
pre-commit==1.14.4

[lint:python_version >= "3.5"]
flake8-bugbear==18.8.0

[tests]
pytest
mock
