Matt Davis

Results 804 comments of Matt Davis

@DragonRulerX I don't know how we should handle this ticket now that it appears https://github.com/Rapptz/discord.py has been deleted.

@iuriguilherme Pipenv only calls out `"setuptools>=36.2.1"` in order to support python 3.7 I believe, or maybe this was for 3.6 and the pin could be increased. Either way, the end...

@Jmennius We bumped the `setuptools` version requirement with the new pipenv release, so unless a new issue crops up, I think we can close this for now. Can defer to...

Can this issue be rechecked with `pipenv==2023.8.26`?

Could you recheck this on the latest pipenv? I did some work on the pythonfinder logic and I believe this may be fixed now.

@kalebmckale I think this one is pointing out that whenever you run a `pipenv` command it changes directories to the project root which can change the pathing requirements of the...

Either way I am going to close it as stale and if its still a problem requiring support a new issue can be opened.

I would appreciate if this could be re-checked on `2023.9.8` since requirementslib was responsible for those code paths before, and we replaced requirementslib in recent releases.

@WqyJh Would you be willing to test if this PR which is up to date with main and passing, which reads the `pip.conf` or `pip.ini? I still need to write...

`pipenv==2023.2.18` has been released with support for this feature enabled by default.