Antonio Cheong commited on
Commit
3005303
·
1 Parent(s): 74ba3e6
Files changed (1) hide show
  1. setup.py +1 -1
setup.py CHANGED
@@ -12,7 +12,7 @@ setup(
12
  package_dir={"": "src"},
13
  url="https://github.com/acheong08/EdgeGPT",
14
  project_urls={"Bug Report": "https://github.com/acheong08/EdgeGPT/issues/new"},
15
- install_requires=["asyncio", "httpx", "websockets"],
16
  long_description=open("README.md", encoding="utf-8").read(),
17
  long_description_content_type="text/markdown",
18
  py_modules=["EdgeGPT"],
 
12
  package_dir={"": "src"},
13
  url="https://github.com/acheong08/EdgeGPT",
14
  project_urls={"Bug Report": "https://github.com/acheong08/EdgeGPT/issues/new"},
15
+ install_requires=["asyncio", "httpx", "websockets", "rich"],
16
  long_description=open("README.md", encoding="utf-8").read(),
17
  long_description_content_type="text/markdown",
18
  py_modules=["EdgeGPT"],