Currently we install everything altogether. We can separate the client and server dependencies.
Context
It would reduce bloat to make the server and client components optional so users can install it like pip install healthchain[server, client] or pip install healthchain[sandbox]
Description
Currently we install everything altogether. We can separate the client and server dependencies.
Context
It would reduce bloat to make the server and client components optional so users can install it like
pip install healthchain[server, client]
orpip install healthchain[sandbox]