diff --git a/api.py b/api.py index 9b83c7d..57ac547 100644 --- a/api.py +++ b/api.py @@ -18,7 +18,7 @@ def flask_main(): """ app = FastAPI(title="Curie-API", - description="API for accessing Curie-Web.", + description="API for accessing most of the features.", version="0.1",) diff --git a/runtime.txt b/runtime.txt index 32a8d83..795ee72 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.7.8 +python-3.7.9