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

Commit 1c9bafe

Browse files
committed
Add missing dependencies to setup.py
1 parent 967060b commit 1c9bafe

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

setup.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,15 @@ def get_long_description():
2828
license="Apache License, Version 2.0",
2929
version=VERSION,
3030
packages=["fastapi_socketio"],
31-
install_requires=[],
31+
install_requires=[
32+
"fastapi>=0.61.1",
33+
"netifaces>=0.10.6",
34+
"pydantic>=1.6.1",
35+
"starlette>=0.13.6",
36+
"python-socketio>=4.6.0",
37+
"python-engineio",
38+
39+
],
3240
extras_require={"test": ["pytest"]},
3341
tests_require=["fastapi-socketio[test]"],
3442
)

0 commit comments

Comments
 (0)