diff options
author | blendoit <blendoit@gmail.com> | 2020-01-22 18:17:38 -0800 |
---|---|---|
committer | blendoit <blendoit@gmail.com> | 2020-01-22 18:17:38 -0800 |
commit | 6256335ef802e2823ac0118c01c7fe31e38e7287 (patch) | |
tree | f4d1633da886db94b450b70252ac935594ce73b8 /Pipfile | |
parent | 2f1d0719faa0d955a82e87c0ea022f458e1c699f (diff) |
Second commit.
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ +[[source]] +name = "pypi" +url = "https://pypi.org/simple" +verify_ssl = true + +[dev-packages] + +[packages] +flask = "*" +flask-wtf = "*" +uwsgi = "*" +flask-socketio = "*" + +[requires] +python_version = "3.8" |