mirror of
https://github.com/holidayapi/holidayapi-python.git
synced 2025-06-21 12:26:32 +00:00
Update setup.py
This commit is contained in:
parent
a2c5190805
commit
2b49d85ad4
1 changed files with 4 additions and 1 deletions
5
setup.py
5
setup.py
|
@ -9,6 +9,9 @@ setup(
|
||||||
author_email='hello@holidayapi.com',
|
author_email='hello@holidayapi.com',
|
||||||
keywords=['python','holidayapi','holiday','api'],
|
keywords=['python','holidayapi','holiday','api'],
|
||||||
license='MIT',
|
license='MIT',
|
||||||
packages=['holidayapi']
|
packages=['holidayapi'],
|
||||||
|
install_requires=[
|
||||||
|
'requests',
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue