🚀 Feature Request: Pip & Poetry support for Python Workers #1988
deeprobin
started this conversation in
Python Packages
Replies: 2 comments
-
I'd like to note that |
Beta Was this translation helpful? Give feedback.
0 replies
-
What about uv? It's exploding in popularity, along with ruff (also from Astral). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the solution
As I have already learned on the Discord, there are plans to support the requirements.txt (pip packages).
What I personally am also missing is support for pyproject.toml (poetry) files.
I think that would also give you a small market advantage over Azure Functions & Co. Only pip packages are supported there.
Poetry is a more modern package manager than pip and is now being used more and more widely.
https://github.com/python-poetry/poetry
Since I did not find an issue for pip/requirements.txt, I would have suggested that this issue serves as a tracking issue for the package manager support.
cc @dom96
Beta Was this translation helpful? Give feedback.
All reactions