dash-bootstrap-components>=1.1.0
dash-holoniq-components>=0.0.19
dash-prefix>=0.0.4
dash-redux>=0.0.4
dash-svg>=0.0.8
dash>=2.1.0
iniconfig>=1.1.1

# Session cache

appdirs>=1.4.4
itsdangerous>=2.0.1

# TODO: Make these optional

diskcache>=5.4.0
redis>=4.3.4

##########################################################################
# Temporary workround. Werkzeug==2.2.0 was released three daya ago. Now I
# get following from Flask_Login:
#
#     importError: cannot import name 'parse_rule' from 'werkzeug.routing'
#
# I think it's because the Flask_Login needs updating. Force Werkzeug to
# older 2.1.2 for now:
Werkzeug==2.1.2
##########################################################################

# For ticker demo

colorlover>=0.3.0
pandas>=1.4.2

# For /examples/flighdeck

dash-chartist>=0.0.2

# For dash_admin_spa

cachetools>=5.0.0
dash-datatables>=0.0.9
Flask_Login>=0.4.1
Flask_SQLAlchemy>=2.5.1
pystache>=0.6.0
SQLAlchemy_Utils>=0.38.2

# Waitress server

waitress>=2.1.1
Paste>=3.5.0
