Make message more clear if file is not found in create_image_from_file view and added gunicorn

This commit is contained in:
ahmadbilalkhalid 2019-07-02 12:45:13 +05:00
commit 084da2eee5
3 changed files with 13 additions and 2 deletions

View file

@ -12,6 +12,7 @@ requests = "*"
flask = "*"
flask-restful = "*"
etcd3 = "*"
gunicorn = "*"
[requires]
python_version = "3.7"