mirror of
https://github.com/ilri/csv-metadata-quality-web.git
synced 2024-11-26 16:38:21 +01:00
Use gunicorn to run on Google App Engine
See: https://cloud.google.com/appengine/docs/flexible/python/quickstart
This commit is contained in:
parent
38ace23f97
commit
982b47459c
1
app.yaml
1
app.yaml
@ -1 +1,2 @@
|
|||||||
runtime: python38
|
runtime: python38
|
||||||
|
entrypoint: gunicorn -b :$PORT main:app
|
||||||
|
@ -10,6 +10,7 @@ python = "^3.7.1"
|
|||||||
csv-metadata-quality = {git = "https://github.com/ilri/csv-metadata-quality.git", rev = "46098861ed71cf52cd3f32067ea427146dc1a2bf"}
|
csv-metadata-quality = {git = "https://github.com/ilri/csv-metadata-quality.git", rev = "46098861ed71cf52cd3f32067ea427146dc1a2bf"}
|
||||||
Flask = "^1.1.2"
|
Flask = "^1.1.2"
|
||||||
ansi2html = "^1.6.0"
|
ansi2html = "^1.6.0"
|
||||||
|
gunicorn = "^20.0.4"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
black = "^20.8b1"
|
black = "^20.8b1"
|
||||||
|
Loading…
Reference in New Issue
Block a user