Fix pip compat imports for piptools

Signed-off-by: Dan Ryan <dan@danryan.co>
This commit is contained in:
Dan Ryan
2018-05-17 18:51:53 -04:00
parent 8abb764ce8
commit 7227c9b2c9
4 changed files with 39 additions and 25 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ verify_ssl = "true"
name = "pypi"
[[source]]
url = "https://pypi.org/simple"
url = "https://pypi.python.org/simple"
verify_ssl = "true"
name = "legacy"