Skip to content

Commit

Permalink
Merge pull request #157 from DerDreschner/fix/unify-requirements
Browse files Browse the repository at this point in the history
chore: Fix requirements in setup.py
  • Loading branch information
DerDreschner authored Jan 17, 2025
2 parents 45392a7 + 5dd30fe commit 3dbe7cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name="icalevents",
packages=["icalevents"],
install_requires=[
"httplib2",
"urllib3",
"icalendar",
"pytz",
"datetime",
Expand Down

0 comments on commit 3dbe7cd

Please sign in to comment.