Antonio Cheong commited on
Commit
23a938c
·
unverified ·
1 Parent(s): d5c8ae6

Update setup.py

Browse files
Files changed (1) hide show
  1. setup.py +2 -2
setup.py CHANGED
@@ -3,7 +3,7 @@ from setuptools import setup
3
 
4
  setup(
5
  name="EdgeGPT",
6
- version="0.0.30",
7
  license="GNU General Public License v2.0",
8
  author="Antonio Cheong",
9
  author_email="[email protected]",
@@ -11,7 +11,7 @@ setup(
11
  packages=find_packages("src"),
12
  package_dir={"": "src"},
13
  url="https://github.com/acheong08/EdgeGPT",
14
- install_requires=["asyncio", "requests", "websockets"],
15
  long_description=open("README.md", encoding="utf-8").read(),
16
  long_description_content_type="text/markdown",
17
  py_modules=["EdgeGPT"],
 
3
 
4
  setup(
5
  name="EdgeGPT",
6
+ version="0.0.40",
7
  license="GNU General Public License v2.0",
8
  author="Antonio Cheong",
9
  author_email="[email protected]",
 
11
  packages=find_packages("src"),
12
  package_dir={"": "src"},
13
  url="https://github.com/acheong08/EdgeGPT",
14
+ install_requires=["asyncio", "tls-client", "websockets"],
15
  long_description=open("README.md", encoding="utf-8").read(),
16
  long_description_content_type="text/markdown",
17
  py_modules=["EdgeGPT"],