bumped runtime
This commit is contained in:
parent
fe85d961d5
commit
9e749e326b
2
api.py
2
api.py
|
@ -18,7 +18,7 @@ def flask_main():
|
||||||
"""
|
"""
|
||||||
|
|
||||||
app = FastAPI(title="Curie-API",
|
app = FastAPI(title="Curie-API",
|
||||||
description="API for accessing Curie-Web.",
|
description="API for accessing most of the features.",
|
||||||
version="0.1",)
|
version="0.1",)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
python-3.7.8
|
python-3.7.9
|
||||||
|
|
Loading…
Reference in New Issue