diff options
author | Matt Singleton <matt@xcolour.net> | 2021-10-17 12:23:23 -0500 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2022-01-16 13:04:02 -0600 |
commit | 05a63aa8654dbc95b2e739a3b77c5bb1df6bb04c (patch) | |
tree | 154622f765ec360082d2557fded088995dd15e5b /Pipfile | |
parent | 00f1ff9f8a1f853ca1a009a9382b00ae644bfdb8 (diff) |
lots of churn
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 15 |
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" |