Use gunicorn to run on Google App Engine

See: https://cloud.google.com/appengine/docs/flexible/python/quickstart
This commit is contained in:
Alan Orth 2021-03-12 23:10:29 +02:00
parent 38ace23f97
commit 982b47459c
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
2 changed files with 2 additions and 0 deletions

View File

@ -1 +1,2 @@
runtime: python38
entrypoint: gunicorn -b :$PORT main:app

View File

@ -10,6 +10,7 @@ python = "^3.7.1"
csv-metadata-quality = {git = "https://github.com/ilri/csv-metadata-quality.git", rev = "46098861ed71cf52cd3f32067ea427146dc1a2bf"}
Flask = "^1.1.2"
ansi2html = "^1.6.0"
gunicorn = "^20.0.4"
[tool.poetry.dev-dependencies]
black = "^20.8b1"