NiklasRosenstein / slap

Slap is a CLI to assist in the process for developing and releasing Python packages.
https://niklasrosenstein.github.io/slap/
Other
18 stars 11 forks source link

`slap add` does not check if the installed version satisfies the new constraint #59

Open NiklasRosenstein opened 2 years ago

NiklasRosenstein commented 2 years ago

Say you already have nr.util 0.8.10 installed. Running slap add nr.util^0.8.11 will just update your dependencies configuration, but it won't actually upgrade the dependency in your environment.