Skip to content
Discussion options

You must be logged in to vote

Correct, the requirements folder is no longer used in the generated project since we moved to uv: #6139

The only reason these files are in the template is to let us keep our dependencies up to date, as Dependabot doesn't support updating a templated pyproject.toml and AFAIK PyUP does not support pyproject.toml (but supports updating a templated requirements file)

If I have to switch to uv, I will, as I know it is faster, but I have seen python managers come and go, and have always ended up back with pip.

The dependencies and dependency groups which are generated are not specific to uv, they are Python packaging standard defined by PEPs and are supported by a number of other package mana…

Replies: 3 comments 7 replies

Comment options

You must be logged in to vote
1 reply
@browniebroke
Comment options

Comment options

You must be logged in to vote
1 reply
@millerthegorilla
Comment options

Answer selected by millerthegorilla
Comment options

You must be logged in to vote
5 replies
@millerthegorilla
Comment options

@browniebroke
Comment options

@millerthegorilla
Comment options

@browniebroke
Comment options

@millerthegorilla
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants