Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Cheong authored Feb 15, 2023
1 parent d5c8ae6 commit 23a938c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

setup(
name="EdgeGPT",
version="0.0.30",
version="0.0.40",
license="GNU General Public License v2.0",
author="Antonio Cheong",
author_email="[email protected]",
description="Reverse engineered Edge Chat API",
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"],
Expand Down

0 comments on commit 23a938c

Please sign in to comment.