Skip to content

Commit 635b8f8

Browse files
authored
Merge pull request #411 from weakish/dep-werkzeug
fix: typo in requires list of setup.py
2 parents b4f2596 + ad9915e commit 635b8f8

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)