Skip to content

Commit ad9915e

Browse files
committed
fix: typo in requires list of setup.py
close #410
1 parent b4f2596 commit ad9915e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
'six>=1.11.0',
1212
'qiniu>=7.1.4,<7.2.4',
1313
'requests>=2.20.0,<=2.22.0',
14-
'urllib3>=1.24.3,<=1.25.3'
14+
'urllib3>=1.24.3,<=1.25.3',
1515
'werkzeug',
1616
'gevent>=1.0.2,<2.0.0'
1717
]

0 commit comments

Comments
 (0)