This is an archive of the discontinued Mercurial Phabricator instance.

packaging: upgrade packages in Windows environment
ClosedPublic

Authored by indygreg on Oct 9 2020, 12:47 PM.

Details

Summary

I ran pip-compile -U to update all packages to latest versions.
I did this so the Windows environment is more modern.

dulwich 0.20 dropped support for Python 2.7. Rather than add
yet another requirements.txt file, I decided to just pin at an
older release to minimize complexity.

Diff Detail

Repository
rHG Mercurial
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

indygreg created this revision.Oct 9 2020, 12:47 PM
pulkit accepted this revision.Oct 10 2020, 1:59 AM
This revision is now accepted and ready to land.Oct 10 2020, 1:59 AM
This revision was automatically updated to reflect the committed changes.