You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2024. It is now read-only.
Hi there.
I just noticed when using your module that a lot of modules got pulled in.
In particular, the netifaces module is pulled in, which is a binary extension. And others.
Browsing your code, I can't see that there are other direct dependencies than fastapi and python-socketio. But the Pipfile includes a host of extensions, and so does setup.py. (python-engineio is automatically added as part of python-socketio)
Not sure why the module needs the various "extras" in setup.py, since there is no extras code.
The text was updated successfully, but these errors were encountered:
Hi there.
I just noticed when using your module that a lot of modules got pulled in.
In particular, the
netifaces
module is pulled in, which is a binary extension. And others.Browsing your code, I can't see that there are other direct dependencies than
fastapi
andpython-socketio
. But the Pipfile includes a host of extensions, and so does setup.py. (python-engineio is automatically added as part of python-socketio)Not sure why the module needs the various "extras" in setup.py, since there is no extras code.
The text was updated successfully, but these errors were encountered: