Flask>=1.0.2
flask-compress
plotly
dash_renderer==1.6.0
dash-core-components==1.10.2
dash-html-components==1.0.3
dash-table==4.9.0
future

[dev]
dash_flow_example==0.0.5
dash-dangerously-set-inner-html
isort==4.3.21
flake8==3.7.9
PyYAML==5.3
fire==0.2.1
coloredlogs==14.0

[dev:python_version < "3.7"]
pylint==1.9.4

[dev:python_version == "2.7"]
mock==3.0.5
virtualenv==20.0.10

[dev:python_version == "3.7"]
pylint==2.3.1
astroid==2.2.5

[dev:python_version >= "3.0"]
mock==4.0.1
black==19.10b0

[testing]
pytest-sugar==0.9.2
pytest-mock==2.0.0
lxml==4.5.0
selenium==3.141.0
percy==2.0.2
requests[security]==2.21.0
beautifulsoup4==4.8.2
waitress==1.4.3

[testing:python_version == "2.7"]
pytest==4.6.9

[testing:python_version >= "3.0"]
pytest==5.3.5
