Skip to content

Commit

Permalink
temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
amadolid committed Jun 4, 2024
1 parent 2198bac commit e209a33
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions jaseci_socket/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,7 @@ def get_ver():
name="jaseci_socket",
version=get_ver(),
packages=find_packages(),
install_requires=[
"redis==5.0.3",
"orjson==3.9.10",
"rel==0.4.9.1",
"websockets==12.0",
"bcrypt==4.1.2",
],
install_requires=["websockets", "redis", "orjson", "rel", "bcrypt"],
package_data={
"": ["VERSION"],
},
Expand Down

0 comments on commit e209a33

Please sign in to comment.