mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-20 12:10:30 +08:00
BLD: Make backports.ssl-match-hostname line ok for ordered_pip.sh
Remove whitespace from the backports.ssl-match-hostname line in requirements_dev.txt to make it more palatable to ordered_pip.sh.
This commit is contained in:
@@ -26,7 +26,7 @@ matplotlib==1.4.3
|
||||
tornado==4.1
|
||||
pyparsing==2.0.3
|
||||
# Required by tornado
|
||||
backports.ssl-match-hostname==3.4.0.2; python_version < '3.0'
|
||||
backports.ssl-match-hostname==3.4.0.2;python_version<'3.0'
|
||||
certifi==14.5.14
|
||||
|
||||
Markdown==2.6
|
||||
|
||||
Reference in New Issue
Block a user