Browse Source

Add uwsgi dep

Getty Ritter 3 years ago
parent
commit
1da0ff440c
2 changed files with 13 additions and 1 deletions
  1. 12 1
      poetry.lock
  2. 1 0
      pyproject.toml

+ 12 - 1
poetry.lock

@@ -247,6 +247,14 @@ version = "0.6.0"
 mypy-extensions = ">=0.3.0"
 typing-extensions = ">=3.7.4"
 
+[[package]]
+category = "main"
+description = "The uWSGI server"
+name = "uwsgi"
+optional = false
+python-versions = "*"
+version = "2.0.18"
+
 [[package]]
 category = "main"
 description = "The comprehensive WSGI web application library."
@@ -260,7 +268,7 @@ dev = ["pytest", "pytest-timeout", "coverage", "tox", "sphinx", "pallets-sphinx-
 watchdog = ["watchdog"]
 
 [metadata]
-content-hash = "3386384cb9bc023f5fb3d2833c8c54b1da1bc3d3ae52af0a936e1d96a575e558"
+content-hash = "3ad732e26a816239012ef602d6fc129a24273d3c9717c57e6e9bb411589262e2"
 python-versions = "^3.8"
 
 [metadata.files]
@@ -438,6 +446,9 @@ typing-inspect = [
     {file = "typing_inspect-0.6.0-py3-none-any.whl", hash = "sha256:3b98390df4d999a28cf5b35d8b333425af5da2ece8a4ea9e98f71e7591347b4f"},
     {file = "typing_inspect-0.6.0.tar.gz", hash = "sha256:8f1b1dd25908dbfd81d3bebc218011531e7ab614ba6e5bf7826d887c834afab7"},
 ]
+uwsgi = [
+    {file = "uwsgi-2.0.18.tar.gz", hash = "sha256:4972ac538800fb2d421027f49b4a1869b66048839507ccf0aa2fda792d99f583"},
+]
 werkzeug = [
     {file = "Werkzeug-1.0.1-py2.py3-none-any.whl", hash = "sha256:2de2a5db0baeae7b2d2664949077c2ac63fbd16d98da0ff71837f7d1dea3fd43"},
     {file = "Werkzeug-1.0.1.tar.gz", hash = "sha256:6c80b1e5ad3665290ea39320b91e1be1e0d5f60652b964a3070216de83d2e47c"},

+ 1 - 0
pyproject.toml

@@ -10,6 +10,7 @@ flask = "^1.1.2"
 tinydb = "3.15.2"
 dataclasses-json = "^0.4.3"
 tinyrecord = "^0.1.5"
+uwsgi = "^2.0.18"
 
 [tool.poetry.dev-dependencies]
 mypy = "^0.770"