summaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2021-10-17 12:23:23 -0500
committerMatt Singleton <matt@xcolour.net>2022-01-16 13:04:02 -0600
commit05a63aa8654dbc95b2e739a3b77c5bb1df6bb04c (patch)
tree154622f765ec360082d2557fded088995dd15e5b /Pipfile
parent00f1ff9f8a1f853ca1a009a9382b00ae644bfdb8 (diff)
lots of churn
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile15
1 files changed, 0 insertions, 15 deletions
diff --git a/Pipfile b/Pipfile
deleted file mode 100644
index c1178de..0000000
--- a/Pipfile
+++ /dev/null
@@ -1,15 +0,0 @@
-[[source]]
-name = "pypi"
-url = "https://pypi.org/simple"
-verify_ssl = true
-
-[dev-packages]
-pylint = "*"
-pytest = "*"
-mypy = "*"
-
-[packages]
-pyside2 = "*"
-
-[requires]
-python_version = "3.8"