From d9adedf30cfb12f6390cadbca9049cbe8874b46c Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 31 Jul 2022 10:41:51 -0500 Subject: [PATCH] svc: Use released aiomarionette --- svc/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svc/pyproject.toml b/svc/pyproject.toml index 1ee8616..c1cc2d9 100644 --- a/svc/pyproject.toml +++ b/svc/pyproject.toml @@ -10,7 +10,7 @@ playwright = "^1.20.1" fastapi = "^0.75.1" uvicorn = "^0.17.6" python-multipart = "^0.0.5" -aiomarionette = {path = "../../aiomarionette", develop = true} +aiomarionette = "^0.0.2" Pillow = "^9.1.0" [tool.poetry.dev-dependencies]