mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 06:46:15 +00:00
Fix pip compat imports for piptools
Signed-off-by: Dan Ryan <dan@danryan.co>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user