From 42a4de06c1be7fcaf7c957c788413f67a51a295f Mon Sep 17 00:00:00 2001 From: Ian Adam Naval Date: Mon, 21 Jan 2019 23:51:38 -0500 Subject: [PATCH] Add uwsgi --- Pipfile | 1 + Pipfile.lock | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 8300fe4..832a780 100644 --- a/Pipfile +++ b/Pipfile @@ -12,6 +12,7 @@ beautifulsoup4 = "*" pendulum = "*" vobject = "*" flask = "*" +uwsgi = "*" [requires] python_version = "3.7" diff --git a/Pipfile.lock b/Pipfile.lock index a978814..c43b082 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "431eeb9647478fe6940ef4fe101c8ba047f36d3c223fa8bc1fc04438363be0e2" + "sha256": "92eba78c05de5de1513dc9d15b0e277d6607a3ca36630adc2f6fdeeec50c98b2" }, "pipfile-spec": 6, "requires": { @@ -164,6 +164,13 @@ ], "version": "==1.24.1" }, + "uwsgi": { + "hashes": [ + "sha256:d2318235c74665a60021a4fc7770e9c2756f9fc07de7b8c22805efe85b5ab277" + ], + "index": "pypi", + "version": "==2.0.17.1" + }, "vobject": { "hashes": [ "sha256:96512aec74b90abb71f6b53898dd7fe47300cc940104c4f79148f0671f790101"