File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- Django >= 4.2.14 , < 5
1+ Django >= 5.2 , < 6
22backports.zoneinfo ;python_version < "3.9"
33Markdown == 3.10
44smartypants == 2.0.1
@@ -24,7 +24,7 @@ flake8==7.3.0
2424tornado == 6.5.1
2525beautifulsoup4 == 4.14.2
2626fuzzywuzzy == 0.18.0
27- sure == 2.0.0
27+ sure == 3.0a2
2828wcwidth == 0.2.5
2929prompt_toolkit == 3.0.22
3030scandir == 1.10.0
@@ -103,7 +103,8 @@ unicodecsv==0.14.1
103103
104104# memcached
105105pylibmc == 1.6.3 ;sys_platform == "linux" and python_version<"3.9"
106- requirements/src/pylibmc-1.7.0.dev0-cp312-cp312-linux_x86_64.whl;sys_platform == "linux" and python_version>="3.12"
106+ requirements/src/pylibmc-1.7.0.dev0-cp312-cp312-linux_x86_64.whl;sys_platform == "linux" and python_version=="3.12"
107+ requirements/src/pylibmc-1.7.0.dev0-cp313-cp313-linux_x86_64.whl;sys_platform == "linux" and python_version=="3.13"
107108
108109parse-type == 0.6.0
109110parse == 1.20.0
You can’t perform that action at this time.
0 commit comments