As a task-api library i want to specify different dependencies for clients implementations and server implementations so the client can be light.
Caused by #67
Patched in #71
Make peewee a dependency of task-api-server imports and not of task-api client imports.
- Split packages in 3 ( core / client / server )
- Make server a feature that installs extra dependency ( like in rust )
- TBD