# optional library requirements
# bsddb3==6.2.6; sys_platform != 'win32'
lmdb==1.3.0; sys_platform != 'win32'
# optional library requirements for Jupyter
ipytree==0.2.1
# 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==12.8.1 # pyup: ignore
redis==4.1.4
types-redis
types-setuptools
pymongo==4.0.2
# optional test requirements
tox==3.24.5
coverage
flake8==4.0.1
pytest-cov==3.0.0
pytest-doctestplus==0.12.0
pytest-timeout==2.1.0
h5py==3.6.0
fsspec==2022.2.0
s3fs==2022.2.0
moto[server]>=1.3.14
