From 23a938c871e92f5c7cdaff2ba53e1a6436f005a8 Mon Sep 17 00:00:00 2001 From: Antonio Cheong Date: Wed, 15 Feb 2023 13:31:27 +0800 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"],