# optional library requirements
# bsddb3==6.2.6; sys_platform != 'win32'
lmdb==0.97; sys_platform != 'win32'
# optional library requirements for Jupyter
ipytree==0.1.3
# optional library requirements for services
# don't let pyup change pinning for azure-storage-blob, need to pin to older
# version to get compatibility with azure storage emulator on appveyor (FIXME)
azure-storage-blob==2.0.1 # pyup: ignore
redis==3.3.8
pymongo==3.9.0
# optional test requirements
tox==3.14.0
coverage
flake8==3.8.3
pytest-cov==2.7.1
pytest-doctestplus==0.4.0
h5py==2.10.0
s3fs==0.5.1; python_version > '3.6'
fsspec==0.8.4; python_version > '3.6'
moto[server]>=1.3.14; python_version > '3.6'
