From 075344000b093154cdfe2d5202be87a328bb83a7 Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Mon, 15 Jun 2020 17:44:21 +0200 Subject: [PATCH] updatedt TheCodeLabs pypi url --- Pipfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Pipfile b/Pipfile index 000f3f8..2de95ec 100644 --- a/Pipfile +++ b/Pipfile @@ -4,17 +4,17 @@ verify_ssl = true name = "pypi" [[source]] -url = "https://pypi.thecodedev.de" +url = "https://pypi.thecodelabs.de" verify_ssl = true name = "TheCodeLabs" [requires] -python_version = "3.7" +python_version = "3" [packages] google-api-python-client = "==1.8" youtube_dl = "==2020.3.24" -TheCodeLabs-BaseUtils = "==1.0.0" +TheCodeLabs-BaseUtils = "==1.2.0" [dev-packages] pyinstaller = "==3.5" \ No newline at end of file -- GitLab