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', + ], )