pipenv fails to generate lock file for flask 2.0.1 and 2.1.1 even when using tilde operator #5425
vishal180618
started this conversation in
Show and tell
Replies: 1 comment
-
Linking to the issue report: #5428 I assume something broke the tilde operator -- will prioritize looking into this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem: even though I've used
~
in dependency and both flask versions are changed in minor versions so it should be able to generatePipfile.lock
usingpipenv lock
.difference bw the pipfile.lock generated individually for both flask versions: https://www.diffchecker.com/GngEExsR
Error:
Pipfile:
abcdef has flask ~=2.1.1 in setup.py
Beta Was this translation helpful? Give feedback.
All reactions