diff --git a/setup.py b/setup.py index 3213b16..65060ed 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ name="icalevents", packages=["icalevents"], install_requires=[ - "httplib2", + "urllib3", "icalendar", "pytz", "datetime",