mirror of
https://github.com/janeczku/calibre-web
synced 2026-06-09 06:02:13 +00:00
bump lxml to v6 for python 3.14
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ dependencies = [
|
||||
"tornado>=6.4.2,<6.6",
|
||||
"Wand>=0.4.4,<0.8.0",
|
||||
"unidecode>=0.04.19,<1.5.0",
|
||||
"lxml>=4.9.1,<5.4.0",
|
||||
"lxml>=4.9.1,<6.1.0",
|
||||
"flask-wtf>=0.14.2,<1.3.0",
|
||||
"chardet>=3.0.0,<5.3.0",
|
||||
"netifaces-plus>=0.12.0,<0.13.0",
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@ SQLAlchemy>=1.3.0,<2.1.0
|
||||
tornado>=6.4.2,<6.6
|
||||
Wand>=0.4.4,<0.8.0
|
||||
unidecode>=0.04.19,<1.5.0
|
||||
lxml>=4.9.1,<5.4.0
|
||||
lxml>=4.9.1,<6.1.0
|
||||
flask-wtf>=0.14.2,<1.3.0
|
||||
chardet>=3.0.0,<5.3.0
|
||||
netifaces-plus>=0.12.0,<0.13.0
|
||||
|
||||
Reference in New Issue
Block a user