From c711277f79922bfc789e0d8fc1018bb400f605b5 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 28 Feb 2020 09:54:00 +0800 Subject: [PATCH] add gunicorn --- Pipfile | 1 + Pipfile.lock | 10 +++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 5a2dfb2..ba27da5 100644 --- a/Pipfile +++ b/Pipfile @@ -12,6 +12,7 @@ requests = "*" geoip2 = "*" werkzeug = "*" mysqlclient = "==1.4.6" +gunicorn = "*" [requires] python_version = "3.6" diff --git a/Pipfile.lock b/Pipfile.lock index 5bd9908..b01bafd 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "f8d4e712e7b311f85706454fa7c30718908ea94dbf4148b4ce4fd820dbe1f110" + "sha256": "9165f91726dd54eafc058084ef7949bf07cc2efcc18d763aa9fae57457aa4151" }, "pipfile-spec": 6, "requires": { @@ -46,6 +46,14 @@ "index": "pypi", "version": "==3.0.0" }, + "gunicorn": { + "hashes": [ + "sha256:1904bb2b8a43658807108d59c3f3d56c2b6121a701161de0ddf9ad140073c626", + "sha256:cd4a810dd51bf497552cf3f863b575dabd73d6ad6a91075b65936b151cbf4f9c" + ], + "index": "pypi", + "version": "==20.0.4" + }, "idna": { "hashes": [ "sha256:7588d1c14ae4c77d74036e8c22ff447b26d0fde8f007354fd48a7814db15b7cb",