aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrygve Aaberge <trygveaa@gmail.com>2020-10-04 16:41:17 +0200
committerTrygve Aaberge <trygveaa@gmail.com>2020-10-04 16:41:17 +0200
commit44cc3521ff83e0728ebcc78028b90324b6bbbd52 (patch)
tree23163c909bfd4ffe783e13800c1c875f2d7c6dc5
parentb51a1c8a466c9737fc0baa515066ac712b9b7233 (diff)
downloadwee-slack-44cc3521ff83e0728ebcc78028b90324b6bbbd52.tar.gz
Use direct pypi url to skip redirect
Doesn't matter much, but this skips a redirect, and is the url I get when starting a new Pipenv.
-rw-r--r--Pipfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Pipfile b/Pipfile
index 00ff28d..2236666 100644
--- a/Pipfile
+++ b/Pipfile
@@ -1,7 +1,7 @@
[[source]]
-url = "https://pypi.python.org/simple"
-verify_ssl = true
name = "pypi"
+url = "https://pypi.org/simple"
+verify_ssl = true
[packages]
websocket-client = "*"