Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bigboy-baby authored Feb 10, 2023
1 parent 3f3badf commit 4d46185
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 @@ -5,14 +5,14 @@

setup(
name="Blooker",
version="0.0.4",
version="0.0.5",
author="Biggie",
author_email="[email protected]",
description="Flood Blooket Games",
long_description=page_description,
long_description_content_type="text/markdown",
url="https://github.com/bigboy-baby/",
packages=find_packages(),
install_requires=['requests','websocket'],
install_requires=['requests','websocket-client'],
python_requires='>=3',
)

0 comments on commit 4d46185

Please sign in to comment.