Flask>=1.0.4
dash-core-components>=1.16.0
dash-html-components>=1.1.3
dash-table>=4.11.3
dash_renderer>=1.9.1
flask-compress
future
plotly

[dev]
PyYAML>=5.3.1
coloredlogs>=15.0
dash-dangerously-set-inner-html
dash_flow_example>=0.0.5
fire>=0.3.1
flake8>=3.8.4
flask-talisman>=0.7.0

[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"]
black>=19.10b0
mock>=4.0.3

[dev:python_version >= "3.7"]
astroid>=2.4.2
pylint>=2.6.0

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

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

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

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