Matt Davis

Results 600 comments of Matt Davis

@sarayourfriend sounds like what you are looking for is possibly the category feature request being tracked in: https://github.com/pypa/pipenv/issues/4745

> Our man page is 3000 lines, and 90% is the changelog. Whoa that's kind of wild -- I wonder why include the changelog at all in the man pages?

@oz123 is correct and there is a ticket over there too for this already. I started a PR once around it, but never finished it. We should alert the user...

Also this: https://github.com/pypa/pipenv/issues/5167

@albertoandreottiATgmail Yes -- the problem is the requirementslib setup.py parser is designed to not execute any code, so likely in the install_requires, or other string being parsed, its an f-string...

I see what you mean, yeah that should be seen as invalid I think.

@dojutsu-user that sounds accurate.

@dojutsu-user I honestly haven't thought it through yet -- Perhaps look for where requirementslib is using `Constraint` but I may not have time to look at this more closely until...

@patrickhousley Let us know if you can verify this has been fixed on latest pipenv version.