diff options
author | Matt Singleton <matt@xcolour.net> | 2020-09-05 16:36:27 -0500 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2020-09-05 16:36:27 -0500 |
commit | dc40aacd148ecc7bf3b3050a47512803b8353409 (patch) | |
tree | 7a0e46c7242fe459012d520497a15876271c9834 /Pipfile |
initial commit
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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" |