From d01e718373fa6fe8e49962f003fd1c32f2fcc2e7 Mon Sep 17 00:00:00 2001 From: Jonathan Kamens Date: Tue, 26 May 2015 15:48:42 -0400 Subject: [PATCH] MAINT: PIP requirements syntax change for current PIP compatibility --- etc/requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/requirements_dev.txt b/etc/requirements_dev.txt index 6e1caa27..9cc613c5 100644 --- a/etc/requirements_dev.txt +++ b/etc/requirements_dev.txt @@ -23,7 +23,7 @@ mistune==0.5.1 # Example scripts that are run during unit tests use the following: # 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==2015.4.28 # tornado and pyparsing are required by matplotlib