Skip to content

requirements.txt confusion #69

Description

@zacharyburnett

I see that requirements.txt provides upper pins for functional dependencies, creating a stable environment; as it is, however, it appears that the dependencies installed with a pip install using pyproject.toml will always be equal or later versions than those made from requirements.txt, since [project.dependencies] does not have upper pins.

However, in tox.ini, the env created from pyproject.toml has the -stable label, and the one created from requirements.txt is labeled -latest. Shouldn't these two names be flipped?

Originally posted by @zacharyburnett in #68 (comment)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions