diff --git a/environment-py3.yml b/environment-py3.yml index a2ea5fcb699..0306a2486e5 100644 --- a/environment-py3.yml +++ b/environment-py3.yml @@ -12,6 +12,7 @@ dependencies: - python =3.9 - pip - boto3 + - cachetools - certifi - cmreshandler >1.0.0b4 - docutils diff --git a/setup.cfg b/setup.cfg index 85b8407aa0e..86fbed40abd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,6 +33,7 @@ scripts = install_requires = boto3 botocore + cachetools certifi diraccfg future