Skip to content

Commit

Permalink
Fixed missing pytz from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
RedRem95 committed Mar 27, 2024
1 parent 32f17f4 commit b891f0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clickup_to_ical/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.5"
__version__ = "0.0.5.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
packages=setuptools.find_packages(include=['clickup_to_ical', 'clickup_to_ical.*']),
python_requires=">=3.7",
install_requires=["requests", "Flask", "requests-ratelimiter", "markdown", "beautifulsoup4"],
install_requires=["requests", "pytz", "Flask", "requests-ratelimiter", "markdown", "beautifulsoup4"],
include_package_data=True,
zip_safe=False,
)

0 comments on commit b891f0a

Please sign in to comment.