diff options
| author | Yuval Adam <_@yuv.al> | 2024-05-17 12:26:59 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2024-05-18 13:12:23 +0200 |
| commit | fe26ba9ef9161a3f9face1e919b91e3ad9431238 (patch) | |
| tree | 716df8f096959093e8f9fc7b4ac0f2833b4c44db /Pipfile | |
| parent | 1a34d1bbde800d540c4e3f1e3dbe22678903ad86 (diff) | |
Remove Pipfiles
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 23 |
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" |
