Replies: 3 comments 4 replies
-
Beta Was this translation helpful? Give feedback.
-
I would love to switch to hatch, given all the pain poetry has caused me lately. |
Beta Was this translation helpful? Give feedback.
-
Have you seen the pip-compile --generate-hashes --output-file=requirements.out pyproject.toml
Does pip-sync do what you need?
The general recommendation seems to be putting flexible versions in pyproject.toml and lock that to exact versions in a |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Planning for when virtualenv upgrades pip to a version that includes pypa/pip#10771
I'm just documenting my thoughts at this point 🙂
Environments
Environment plugins will gain 2 new methods:
Dependency lockers
Dependency lockers will become a new type of plugin:
The
environment
attribute will be a minimal wrapper over an instance of EnvironmentInterface:Commands
hatch dep ...
lock
- ...Usage
...
Beta Was this translation helpful? Give feedback.
All reactions