Skip to content

Commit 397a56e

Browse files
author
User
committed
fix: 更新依赖版本,使用预编译 wheel
- lxml>=4.9.0 (使用预编译版本) - requests>=2.28.0 - urllib3>=1.26.0
1 parent dbf6f92 commit 397a56e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
requests==2.27.1
2-
lxml==4.8.0
3-
urllib3==1.26.9
1+
requests>=2.28.0
2+
lxml>=4.9.0
3+
urllib3>=1.26.0
44
html2text
55
json5
66
numpy
@@ -9,4 +9,4 @@ flask-cors
99
beautifulsoup4
1010
xhtml2pdf
1111
reportlab
12-
ebooklib
12+
ebooklib

0 commit comments

Comments
 (0)