Unverified Commit 18c713ea authored by Bruno Morgado's avatar Bruno Morgado Committed by GitHub
Browse files

Merge pull request #5 from ska-telescope/ST94_Update_Pipfile

update Pipfile

- pipenv installs the environment fine
- we are now dependent on Nexus availability
parents 602f0fb1 8ac02f4a
Loading
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
[[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 = "*"