From 8ac02f4a8349a58b33024f32224744cfd23273aa Mon Sep 17 00:00:00 2001 From: Denis Bartashevich <bartashevich@Deniss-MacBook-Pro.local> Date: Sun, 24 Feb 2019 14:08:32 +0000 Subject: [PATCH] update Pipfile --- Pipfile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Pipfile b/Pipfile index 74874b2..4f48c1e 100644 --- a/Pipfile +++ b/Pipfile @@ -1,7 +1,12 @@ [[source]] -url = "https://pypi.org/simple" +url = "https://nexus.engageska-portugal.pt/repository/pypi-proxy/simple" verify_ssl = true -name = "pypi" +name = "nexus-proxy" + +[[source]] +url = "https://nexus.engageska-portugal.pt/repository/pypi/simple" +verify_ssl = true +name = "nexus-hosted" [packages] docutils = "*" -- GitLab