From b5868fd69c13c450b64ba8c5f5c64e1875d4280d Mon Sep 17 00:00:00 2001 From: andy Date: Wed, 27 Jul 2022 18:00:07 +0100 Subject: [PATCH] rolling back poetry version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7942b0e..d3ea74d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ start = 'admin:run' docs = 'admin:docs' [tool.poetry.dependencies] -python = "~3.10" +python = "~3.8" fireo = "^1.3.3" Flask = "^1.1.2" google-cloud-firestore = "^1.7.0"