summaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
authorRoman Gräf <romangraef@loves.dicksinhisan.us>2020-11-29 22:32:22 +0100
committerRoman Gräf <romangraef@loves.dicksinhisan.us>2020-11-29 22:33:18 +0100
commitcfd478b17ec4ea9898885a8dd4bd72edf1548a9c (patch)
treeee160236d9c10dcd4343bdc53882aa573ec84655 /Pipfile
downloadherrschwarzify-cfd478b17ec4ea9898885a8dd4bd72edf1548a9c.tar.gz
herrschwarzify-cfd478b17ec4ea9898885a8dd4bd72edf1548a9c.tar.bz2
herrschwarzify-cfd478b17ec4ea9898885a8dd4bd72edf1548a9c.zip
Initial commit
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile12
1 files changed, 12 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
new file mode 100644
index 0000000..982a693
--- /dev/null
+++ b/Pipfile
@@ -0,0 +1,12 @@
+[[source]]
+name = "pypi"
+url = "https://pypi.org/simple"
+verify_ssl = true
+
+[dev-packages]
+
+[packages]
+flask = "*"
+pillow = "*"
+[requires]
+python_version = "3.8"