From 898b41348b81404b4594fc771b7d2f3f32e8f68a Mon Sep 17 00:00:00 2001 From: Chris Burr Date: Wed, 26 May 2021 18:07:29 +0200 Subject: [PATCH] Add cachetools to dependency files --- environment-py3.yml | 1 + setup.cfg | 1 + 2 files changed, 2 insertions(+) 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