Flask>=1.0.4
flask-compress
plotly
dash-core-components==1.17.1
dash-html-components==1.1.4
dash-table==4.12.0
future

[dev]
dash_flow_example==0.0.5
dash-dangerously-set-inner-html
flake8==3.9.2
PyYAML==5.4.1
fire==0.4.0
coloredlogs==15.0.1
flask-talisman==0.8.1

[dev:python_version < "3.7"]
isort==4.3.21
pylint==1.9.5

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

[dev:python_version >= "3.0"]
mock==4.0.3
black==21.6b0

[dev:python_version >= "3.7"]
pylint==2.8.3

[testing]
pytest-sugar>=0.9.4
lxml>=4.6.2
selenium>=3.141.0
percy>=2.0.2
requests[security]>=2.21.0
waitress>=1.4.4

[testing:python_version < "3.7"]
cryptography<3.4

[testing:python_version == "2.7"]
pytest<5,>=4.6
pytest-mock<3,>=2.0.0
beautifulsoup4<=4.9.3,>=4.8.2

[testing:python_version >= "3.0"]
pytest>=6.0.2
pytest-mock>=3.2.0
beautifulsoup4>=4.8.2
