diff --git a/setup.py b/setup.py index 3b2d1e1..cf845b7 100644 --- a/setup.py +++ b/setup.py @@ -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", @@ -24,5 +24,6 @@ "python-dotenv>=1.0.0", "orjson>=3.9.0", "rich>=13.4.1", + "python-dateutil>=2.8.2", ], )