summaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2020-09-05 16:36:27 -0500
committerMatt Singleton <matt@xcolour.net>2020-09-05 16:36:27 -0500
commitdc40aacd148ecc7bf3b3050a47512803b8353409 (patch)
tree7a0e46c7242fe459012d520497a15876271c9834 /Pipfile
initial commit
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile13
1 files changed, 13 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
new file mode 100644
index 0000000..d087bf0
--- /dev/null
+++ b/Pipfile
@@ -0,0 +1,13 @@
+[[source]]
+name = "pypi"
+url = "https://pypi.org/simple"
+verify_ssl = true
+
+[dev-packages]
+pylint = "*"
+
+[packages]
+pyside2 = "*"
+
+[requires]
+python_version = "3.8"