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 1/2] 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', + ], ) From c3f02c4ecbf5614c2ad47e569e1c1784421784b0 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Fri, 9 Aug 2024 16:07:05 -0500 Subject: [PATCH 2/2] chore: update license, bump version --- LICENSE | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 7dcf161..c35167e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2016, 2017, 2018, 2019 Gravity Boulevard, LLC +Copyright (c) 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024 Gravity Boulevard, LLC Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/setup.py b/setup.py index babc9bd..c86fece 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='python-holidayapi', - version='1.1.0', + version='1.2.0', description='Official Python library for Holiday API', url='https://holidayapi.com', author='Josh Sherman',