Skip to content

Commit

Permalink
add missing dateutil dep #1
Browse files Browse the repository at this point in the history
  • Loading branch information
minimaxir committed Jun 9, 2023
1 parent ddf02ed commit d928bb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name="simpleaichat",
packages=["simpleaichat"], # this must be the same as the name above
version="0.1.0",
version="0.1.1",
description="A Python package for easily interfacing with chat apps, with robust features and minimal code complexity.",
long_description=open("README.md", "r", encoding="utf-8").read(),
long_description_content_type="text/markdown",
Expand All @@ -24,5 +24,6 @@
"python-dotenv>=1.0.0",
"orjson>=3.9.0",
"rich>=13.4.1",
"python-dateutil>=2.8.2",
],
)

0 comments on commit d928bb7

Please sign in to comment.