From 687448263e517fac613645c82b6ab5330cb797ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sch=C3=A4fer?= <felix@thegcat.net> Date: Fri, 4 Feb 2022 17:31:55 +0100 Subject: [PATCH] Explicitely require requests --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3007212..589554b 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ setup( author="Felix Schäfer", author_email="admin@kif.rocks", license="MIT License", - install_requires=[], + install_requires=["requests"], packages=find_packages(exclude=["tests", "tests.*"]), include_package_data=True, cmdclass=cmdclass, -- GitLab