summaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile23
1 files changed, 0 insertions, 23 deletions
diff --git a/Pipfile b/Pipfile
deleted file mode 100644
index 1b4d971..0000000
--- a/Pipfile
+++ /dev/null
@@ -1,23 +0,0 @@
-[[source]]
-url = "https://pypi.org/simple"
-verify_ssl = true
-name = "pypi"
-
-[packages]
-pyyaml = "*"
-jinja2 = "*"
-requests = "*"
-aiohttp = "*"
-unidecode = "*"
-click = "*"
-ymlstash = "*"
-
-[dev-packages]
-black = "*"
-
-[scripts]
-manage = "python manage.py"
-build = "python manage.py build"
-scan = "python scripts/scan.py"
-ghpr = "python scripts/ghpr.py"
-serve = "python -m http.server --directory build"