From 6acbf5b93194090cc7ae09c5c4875fa260bdad39 Mon Sep 17 00:00:00 2001 From: RemiZOffAlex Date: Fri, 27 Sep 2024 11:36:53 +0300 Subject: [PATCH] Fix dependencies --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 58111a5..0aae8a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,13 +26,13 @@ classifiers = [ "Topic :: Software Development :: Libraries", ] keywords = ["middleware"] -dependencies = [ +#dependencies = [ # "fabric", # "dsl", # "invoke", # "jsonrpc@git+https://gitlab.com/RemiZOffAlex/jsonrpc", # "validator@git+https://gitlab.com/RemiZOffAlex/validator", -] +#] [build-system] requires = ["flit_core >=3.2,<4"]