Update setup.py

This commit is contained in:
Christopher Schmitt 2024-06-04 22:29:59 +02:00 committed by GitHub
parent a2c5190805
commit 2b49d85ad4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,6 +9,9 @@ setup(
author_email='hello@holidayapi.com',
keywords=['python','holidayapi','holiday','api'],
license='MIT',
packages=['holidayapi']
packages=['holidayapi'],
install_requires=[
'requests',
],
)