From 5f7bec6f6ba59320dab94cdc1686da61be0dc2b4 Mon Sep 17 00:00:00 2001 From: Alessio Fabrizio Date: Tue, 15 Oct 2024 12:12:08 +0200 Subject: [PATCH] add version to webhelpers2 --- dev-requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 5aadff4..eba64ef 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,5 +1,5 @@ pytest-ckan -webhelpers2 +webhelpers2==2.1 xmltodict pyqrcode collections \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index c094e61..949d55f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -webhelpers2 +webhelpers2==2.1 xmltodict pyqrcode collections \ No newline at end of file