Skip to content

Commit

Permalink
Merge pull request #7 from raiyanyahya/dependabot/pip/rich-13.3.2
Browse files Browse the repository at this point in the history
Bump rich from 13.3.1 to 13.3.2
  • Loading branch information
raiyanyahya authored Mar 9, 2023
2 parents fb173c8 + c877ef1 commit 839cdf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
author_email="raiyanyahyadeveloper@gmail.com",
keywords=["cli", "developer tools", "productivity", "openai", "chatgpt"],
packages=find_packages(),
install_requires=["click==8.1.3", "openai==0.27.0", "rich==13.3.1"],
install_requires=["click==8.1.3", "openai==0.27.0", "rich==13.3.2"],
entry_points={"console_scripts": ["prompt=prompt.cli:cli"]},
)

0 comments on commit 839cdf0

Please sign in to comment.