diff --git a/setup.py b/setup.py index 25bf6fde5..da6896c1e 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="EdgeGPT", - version="0.0.30", + version="0.0.40", license="GNU General Public License v2.0", author="Antonio Cheong", author_email="acheong@student.dalat.org", @@ -11,7 +11,7 @@ packages=find_packages("src"), package_dir={"": "src"}, url="https://github.com/acheong08/EdgeGPT", - install_requires=["asyncio", "requests", "websockets"], + install_requires=["asyncio", "tls-client", "websockets"], long_description=open("README.md", encoding="utf-8").read(), long_description_content_type="text/markdown", py_modules=["EdgeGPT"],