Skip to content

Commit cb12bc5

Browse files
committed
fix
1 parent c9a4949 commit cb12bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
install_requires=[
1414
# 列出你的包依赖,例如:
1515
# 'requests>=2.25.1',
16-
open('requirements.txt').read().splitlines()
16+
open('./requirements.txt').read().splitlines()
1717
],
1818
classifiers=[
1919
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)