From 2b49d85ad43598911992210dbefb9c1a77d62b32 Mon Sep 17 00:00:00 2001 From: Christopher Schmitt <115586969+chr1st0ph3rGG@users.noreply.github.com> Date: Tue, 4 Jun 2024 22:29:59 +0200 Subject: [PATCH] Update setup.py --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 121db30..babc9bd 100644 --- a/setup.py +++ b/setup.py @@ -9,6 +9,9 @@ setup( author_email='hello@holidayapi.com', keywords=['python','holidayapi','holiday','api'], license='MIT', - packages=['holidayapi'] + packages=['holidayapi'], + install_requires=[ + 'requests', + ], )