summaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2024-05-17 12:26:59 +0200
committerYuval Adam <_@yuv.al>2024-05-18 13:12:23 +0200
commitfe26ba9ef9161a3f9face1e919b91e3ad9431238 (patch)
tree716df8f096959093e8f9fc7b4ac0f2833b4c44db /Pipfile
parent1a34d1bbde800d540c4e3f1e3dbe22678903ad86 (diff)
Remove Pipfiles
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"