From 67ed4165a94f4511ff09a171181385057cdacfe0 Mon Sep 17 00:00:00 2001 From: Tom Gross Date: Thu, 2 Jan 2025 22:17:35 +0100 Subject: [PATCH] Readd missing dependency --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 9edca78..a0a89e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,6 +30,8 @@ keywords = ["Python", "pCloud", "REST"] [build-system] requires = [ + "requests", + "requests-toolbelt", "setuptools>=75.6.0", "wheel>=0.45.1", ]