diff options
author | Roman Gräf <romangraef@loves.dicksinhisan.us> | 2020-11-29 22:32:22 +0100 |
---|---|---|
committer | Roman Gräf <romangraef@loves.dicksinhisan.us> | 2020-11-29 22:33:18 +0100 |
commit | cfd478b17ec4ea9898885a8dd4bd72edf1548a9c (patch) | |
tree | ee160236d9c10dcd4343bdc53882aa573ec84655 /Pipfile | |
download | herrschwarzify-cfd478b17ec4ea9898885a8dd4bd72edf1548a9c.tar.gz herrschwarzify-cfd478b17ec4ea9898885a8dd4bd72edf1548a9c.tar.bz2 herrschwarzify-cfd478b17ec4ea9898885a8dd4bd72edf1548a9c.zip |
Initial commit
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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" |