-
I have several applications that use poetry and several of the packages in each app need to be installed via a private repository. Previously I was able to install these in my apps using a requirement…
-
window 11
> pip install python-lsp-server
lsp-copliot configuration
``` toml
[[language]]
name = "python"
file-types = ["py", "pyi", "py3", "pyw", "ptl", "rpy", "cpy", "ipy", "pyt", { g…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Open
These updates have all …
-
Could uv supports plugins written both in Python and Rust like [poetry](https://python-poetry.org/docs/plugins/)?
-
Right now, `cog` requires either specifying all dependencies in the `cog.yaml` file, or importing them from `requirements.txt`. Many Python apps manage their dependencies with [Poetry](https://python-…
nirga updated
4 months ago
-
### What can be better?
I'm trying to deploy an API implemented in Python that leverages Metpy for some calculations and unit transformations behind the scenes. I am using poetry instead of conda as …
-
- [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate.
- [x] I have searched the [FAQ](https://python-poetry.o…
-
Hi folks,
I've been playing with Autolume a bit and found it the install scripts a bit tricky to work with. I got it to work on Windows with the PowerShell script eventually but couldn't seem to ge…
-
This issue tracks possible removals and other breaking changes we want to include _**if**_ the next release (or the one after that) will be a major release. (That does not mean that the changes liste…
-
I have Python 3 installed from Microsoft Store and I installed poetry with `(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | python -`. However, I am unable to fin…