mirror of
https://github.com/ilri/csv-metadata-quality-web.git
synced 2025-05-09 22:56:03 +02:00
Use gunicorn to run on Google App Engine
See: https://cloud.google.com/appengine/docs/flexible/python/quickstart
This commit is contained in:
1
app.yaml
1
app.yaml
@ -1 +1,2 @@
|
||||
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"}
|
||||
Flask = "^1.1.2"
|
||||
ansi2html = "^1.6.0"
|
||||
gunicorn = "^20.0.4"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
black = "^20.8b1"
|
||||
|
Reference in New Issue
Block a user