Conversation
|
📝 Docs preview for commit ab3f782 at: https://6bc4f9c4.typertiangolo.pages.dev |
…e README for typer-cli
|
📝 Docs preview for commit a4d2021 at: https://e47c807a.typertiangolo.pages.dev |
|
📝 Docs preview for commit 30ee488 at: https://e84f3168.typertiangolo.pages.dev |
|
📝 Docs preview for commit 3f056bf at: https://8d022b72.typertiangolo.pages.dev |
|
📝 Docs preview for commit 41dce92 at: https://5de276e5.typertiangolo.pages.dev |
|
📝 Docs preview for commit 89ecae0 at: https://1f48a0c9.typertiangolo.pages.dev |
|
📝 Docs preview for commit ab96545 at: https://6bf8f1af.typertiangolo.pages.dev |
|
📝 Docs preview for commit d6fd041 at: https://0c56739d.typertiangolo.pages.dev |
|
📝 Docs preview for commit 2967b16 at: https://c3d7506a.typertiangolo.pages.dev |
|
📝 Docs preview for commit 11ffbef at: https://8ada6028.typertiangolo.pages.dev |
|
📝 Docs preview for commit c73dedf at: https://1c870292.typertiangolo.pages.dev |
| name = "typer" | ||
| # pip install typer-slim: is only the Typer library, without extras | ||
| # pip install typer: is typer-slim[standard], with extras and typer-cli | ||
| name = "typer-slim" |
There was a problem hiding this comment.
Perhaps you want to update the documentation to let users know that typer actually includes typer-slim and other packages?
This PR offuscates that and this change breaks users of FawltyDeps. We had declared typer as a dependency (-> failed), but it's now the project typer-slim the one that has a typer package.
There was a problem hiding this comment.
Hi @FCamborda! Could you open an discussion thread with this question? Because I worry that it might otherwise get lost on this merged PR 🙏
✨ Add
typer-slimpackage without extras, maketyperincludetyper-slim[default]and integrate Typer CLI (typercommand) into Typer