Skip to content

Commit

Permalink
fix dependency in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
guangrei committed Dec 1, 2024
1 parent e4a3b0e commit ddc7b65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="chatrouter",
version="v1.0.6",
version="v1.0.7",
description="Typed router for chatbot",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -19,5 +19,5 @@
package_data={"chatrouter": ["py.typed"]},
license="MIT",
platforms="any",
install_requires=["typing-extensions", "types-aiofiles"],
install_requires=["aiofiles", "typing-extensions", "types-aiofiles"],
)

0 comments on commit ddc7b65

Please sign in to comment.