You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the result of running `make --always-make requirements` on
Linux. This fixes a couple of issues that were added to the requirements
files by #905:
1. #905 added a macOS-specific
dependency ([appnope](https://pypi.org/project/appnope/)) to Via's
`dev.txt`.
This happened because the requirements files had been compiled on
macOS for #905. Requirements
files have to be compiled on Linux!
2. #905 removed the
`--allow-unsafe` argument from the `pip-compile` command. This option
should be used, see: https://github.com/jazzband/pip-tools#deprecations
0 commit comments