blob: 43d4a805194135006057b35c21088a456aa8e1ad (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Obtained from: https://github.com/wagtail/wagtail/commit/2fafac56fab59e8d13fa57d0f483844114a15374
--- setup.py.orig 2025-02-21 16:19:57 UTC
+++ setup.py
@@ -35,7 +35,7 @@ install_requires = [
"anyascii>=0.1.5",
"telepath>=0.3.1,<1",
"laces>=0.1,<0.2",
- "django-tasks>=0.6.1,<0.7",
+ "django-tasks>=0.7,<0.8",
]
# Testing dependencies
|