# Base requirements

# Dash and friends.
dash
dash-renderer
dash-html-components
dash-core-components
dash-bootstrap-components
dash_table
plotly

# Numpy, Pandas and friends.
numpy
pandas
anndata
scanpy

# Caching functionality for Flask.
flask-caching

# Lightweight setup of data classes.
attrs
# Simplified logging.
logzero
# Support for YAML access.
ruamel.yaml
# Unified access to files within archives or behind protocols.
fs
fs.sshfs
# TODO: we need an fs[._]irods
# Access to files through iRODS.
python-irodsclient
