You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PEP 508 details the Dependency specification for Python Software Packages. This would add support for things like initializing a project from requirements files, offer more robustness with less typical specifiers, and more.
Motivation
Makes onboarding easier
Can improve on current state of environment reproducibility
Better integrates with useful standards that make other features less relied on
Summary
PEP 508 details the Dependency specification for Python Software Packages. This would add support for things like initializing a project from requirements files, offer more robustness with less typical specifiers, and more.
Motivation
Requirements
Think about SHA-256 digests for transitive deps and more reproducibility work
Details
The text was updated successfully, but these errors were encountered: