From 72091dd34cff1a1c5243202f474181c815044758 Mon Sep 17 00:00:00 2001 From: Niklas Neugebauer Date: Wed, 3 Jan 2024 16:07:26 +0100 Subject: [PATCH] remove duplicate nicegui dependencies --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4ade3f02..1f2f25ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,10 +11,6 @@ repository = "https://github.com/zauberzeug/learning_loop_node" python = "^3.8" requests = "^2.25.1" python-socketio = "^5.7.2" -fastapi-socketio = "^0.0.6" -fastapi = "^0.70.1" -uvicorn = "^0.13.3" -fastapi-utils = "^0.2.1" simplejson = "^3.17.2" icecream = "^2.1.0" aiofiles = "^0.7.0"