From ca716d4eef2ccc628a2cd36208f3ccfca8a2f394 Mon Sep 17 00:00:00 2001 From: Sky Brewer Date: Tue, 16 Apr 2024 08:25:08 +0200 Subject: [PATCH] Fix pyproject.toml with requests and channelfinder --- server/pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/pyproject.toml b/server/pyproject.toml index 9143b16..902c3ba 100644 --- a/server/pyproject.toml +++ b/server/pyproject.toml @@ -12,8 +12,9 @@ version="1.5" readme = "README.rst" requires-python = ">=3.6" dependencies = [ -# "requests", + "requests", "twisted", + "channelfinder @ https://github.com/ChannelFinder/pyCFClient/archive/refs/tags/v3.0.0.zip" ] [project.urls]