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 Nov 10, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
I have concerns about having psutil as a default dependency. As far as I know, this package requires GCC, leading to the necessity of using a heavier Docker image. Additionally, it introduces another package to carry along that may not be in use at all.
Describe the solution you'd like
Psutil could be added to the extras, for example fastapi-restful[timing].
Describe alternatives you've considered
The original repository did not use psutil as a dependency. Was that solution outdated?