Skip to content

Commit 21b0d5b

Browse files
committed
fix
1 parent cb12bc5 commit 21b0d5b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
install_requires=[
1414
# 列出你的包依赖,例如:
1515
# 'requests>=2.25.1',
16-
open('./requirements.txt').read().splitlines()
16+
'setuptools~=68.2.0',
17+
'pyhttpx~=2.10.12',
18+
'requests~=2.32.3'
1719
],
1820
classifiers=[
1921
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)