We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
litestar
Move the CLI dependencies into the core package
pip install litestar should include the Litestar CLI
pip install litestar
pip install litestar[standard] should continue to do the same thing (base + uvicorn, etc.)
pip install litestar[standard]
No response
Flask, Django, etc. do this; It makes sense for us. Relevant Discord forum post: https://discord.com/channels/919193495116337154/1152738535397404752
The text was updated successfully, but these errors were encountered:
I can look into this.
Sorry, something went wrong.
feat(#2318): install CLI by default (#2346)
ab84566
Co-authored-by: Jacob Coffee <[email protected]>
lsanpablo
JacobCoffee
Successfully merging a pull request may close this issue.
Summary
Move the CLI dependencies into the core package
Basic Example
pip install litestar
should include the Litestar CLIpip install litestar[standard]
should continue to do the same thing (base + uvicorn, etc.)Drawbacks and Impact
Unresolved questions
No response
Flask, Django, etc. do this; It makes sense for us. Relevant Discord forum post:
https://discord.com/channels/919193495116337154/1152738535397404752
Funding
The text was updated successfully, but these errors were encountered: