You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
626 B

From 931dded761400c99ab70a1469e9c6e1c9abdcb8c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jakub=20La=C5=84ski?= <jakub.lanski@gmail.com>
Date: Fri, 21 Jan 2022 07:11:57 +0100
Subject: [PATCH] Restore accidentally deleted support for click 8.x
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 654010fa..d703c3c2 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@
requirements = [
'binaryornot>=0.4.4',
'Jinja2>=2.7,<4.0.0',
- 'click>=7.0,<8.0.0',
+ 'click>=7.0,<9.0.0',
'pyyaml>=5.3.1',
'jinja2-time>=0.2.0',
'python-slugify>=4.0.0',