From 8c4672c64b8784fd9f9cdc9e3516d7d83ecd22c9 Mon Sep 17 00:00:00 2001 From: rdimaio Date: Fri, 2 Aug 2024 12:54:31 +0200 Subject: [PATCH] Dependencies: Clients, dogpile.cache -> dogpile-cache; fix #6992 --- requirements/requirements.client.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/requirements.client.txt b/requirements/requirements.client.txt index 6c7f7d7398..270d8d60a8 100644 --- a/requirements/requirements.client.txt +++ b/requirements/requirements.client.txt @@ -1,7 +1,7 @@ # All dependencies needed to run rucio client should be defined here requests>=2.32.2 # Python HTTP for Humans. urllib3>=1.26.18 # HTTP library with thread-safe connection pooling, file post, etc. -dogpile.cache>=1.2.2 # Caching API plugins (1.1.2 is the first version to support pymemcache) +dogpile-cache>=1.2.2 # Caching API plugins (1.1.2 is the first version to support pymemcache) tabulate>=0.9.0 # Pretty-print tabular data jsonschema>=4.20.0 # For JSON schema validation (Policy modules) @@ -12,4 +12,4 @@ pykerberos>=1.2.4 # kerberos_extras fo requests-kerberos>=0.14.0 # kerberos_extras for client and server python-swiftclient>=4.4.0 # swift_extras argcomplete>=3.1.6 # argcomplete_extras; Bash tab completion for argparse -python-magic>=0.4.27 # dumper_extras; File type identification using libmagic \ No newline at end of file +python-magic>=0.4.27 # dumper_extras; File type identification using libmagic