From 5d4035e4d8ac30963d06ecc9eae4219ff78210a2 Mon Sep 17 00:00:00 2001 From: Islam Taha Date: Mon, 4 Dec 2023 21:34:32 +0000 Subject: [PATCH] remove the outdated Pipfile, now replaced with requirements.in/txt --- Pipfile | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 Pipfile diff --git a/Pipfile b/Pipfile deleted file mode 100644 index a2a4fd0be..000000000 --- a/Pipfile +++ /dev/null @@ -1,29 +0,0 @@ -[[source]] -verify_ssl = true -url = "https://pypi.python.org/simple" -name = "pypi" - -[dev-packages] -pylint = "*" -rope = "*" - -[requires] -python_version = "3.6" - -[packages] -zeep = "*" -python-dateutil = "*" -requests = "*" -pygresql = "*" -"psycopg2" = "*" -matplotlib = "*" -jupyter = "*" -seaborn = "*" -pandas = "*" -click = "*" -requests-oauthlib = "*" -"psycopg2-binary" = "*" -pysftp = "*" -email-notifications = {editable = true, subdirectory = "email_notifications", git = "https://github.com/CityofToronto/bdit_python_utilities.git"} -parsing-utilities = {editable = true, subdirectory = "parsing_utilities", git = "https://github.com/CityofToronto/bdit_python_utilities.git"} -env-canada = "*"