Depend Twisted >=23.10,<24, Django 4.0-4.2 <4.3

This commit is contained in:
Griatch 2023-12-02 23:31:18 +01:00
parent 18a72c09e6
commit f4e78d4552
7 changed files with 37 additions and 22 deletions

View file

@ -63,8 +63,8 @@ classifiers = [
]
dependencies = [
# core dependencies
"django >= 4.1.3, < 4.2",
"twisted >= 22.10, < 23",
"django >= 4.2, < 4.3",
"twisted >= 23.10, < 24",
"pytz >= 2022.6",
"djangorestframework >= 3.14, < 3.15",
"pyyaml >= 6.0",