
[dev]
flake8==3.7.7
flask-sqlalchemy
marshmallow-sqlalchemy>=0.13.0
mock
pre-commit==1.16.0
pytest
tox

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

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

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

[sqlalchemy]
flask-sqlalchemy
marshmallow-sqlalchemy>=0.13.0

[tests]
flask-sqlalchemy
marshmallow-sqlalchemy>=0.13.0
mock
pytest
