Hello! I am curious if there is a way to only install Preflect Client dependencies
I see the deps are already maintained separately
https://github.com/PrefectHQ/prefect/blob/main/setup.py#L4
My concern is that installing Prefect on an existing service can be challenging if it needs all of the server side components as well.
Any plans to split this up so one can do something like prefect[client]==2.82?