Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

Commit f33c1c6

Browse files
authored
Merge pull request #18 from khiemdoan/dependencies
Remove unused dependencies
2 parents 3be78f4 + 0640b5a commit f33c1c6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

setup.py

-5
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,7 @@ def get_long_description():
3030
packages=["fastapi_socketio"],
3131
install_requires=[
3232
"fastapi>=0.61.1",
33-
"netifaces>=0.10.6",
34-
"pydantic>=1.6.1",
35-
"starlette>=0.13.6",
3633
"python-socketio>=4.6.0",
37-
"python-engineio",
38-
3934
],
4035
extras_require={"test": ["pytest"]},
4136
tests_require=["fastapi-socketio[test]"],

0 commit comments

Comments
 (0)