Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kailashahirwar authored Feb 14, 2022
1 parent a28daea commit 5785960
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
packages=find_packages(),
install_requires=[
"numpy==1.21.5",
"python-socketio==4.5.1",
"requests",
"python-engineio==3.13.0"
"python-socketio==5.4.1",
"python-engineio==4.2.1",
"requests"
]
)

0 comments on commit 5785960

Please sign in to comment.