replaced gunicorn with uwsgi

pull/6/head
Chris Veilleux 2018-09-28 00:13:22 -05:00
parent 842d2f4002
commit 49e4e73fd0
2 changed files with 9 additions and 10 deletions

View File

@ -9,7 +9,7 @@ requests = "*"
pyjwt = "*"
flask-restful = "*"
certifi = "*"
gunicorn = "*"
uwsgi = "*"
[dev-packages]
selene-util = {path = "./../../../../shared"}

View File

@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
"sha256": "61715001292b95957987ad0c09a7a0a10a43109b984b3b365dbc37075f8b6a58"
"sha256": "7cf1dde24d5a966645f3e49d93dde93dad42c6b6fa62f9b254b79d6b58e93e06"
},
"pipfile-spec": 6,
"requires": {
@ -62,14 +62,6 @@
"index": "pypi",
"version": "==0.3.6"
},
"gunicorn": {
"hashes": [
"sha256:aa8e0b40b4157b36a5df5e599f45c9c76d6af43845ba3b3b0efe2c70473c2471",
"sha256:fa2662097c66f920f53f70621c6c58ca4a3c4d3434205e608e121b5b3b71f4f3"
],
"index": "pypi",
"version": "==19.9.0"
},
"idna": {
"hashes": [
"sha256:156a6814fb5ac1fc6850fb002e0852d56c0c8d2531923a51032d1b70760e186e",
@ -134,6 +126,13 @@
"markers": "python_version >= '2.6' and python_version != '3.1.*' and python_version != '3.3.*' and python_version < '4' and python_version != '3.0.*' and python_version != '3.2.*'",
"version": "==1.23"
},
"uwsgi": {
"hashes": [
"sha256:d2318235c74665a60021a4fc7770e9c2756f9fc07de7b8c22805efe85b5ab277"
],
"index": "pypi",
"version": "==2.0.17.1"
},
"werkzeug": {
"hashes": [
"sha256:c3fd7a7d41976d9f44db327260e263132466836cef6f91512889ed60ad26557c",