Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: install GitHub-hosted dependencies as wheels
We update github.in to use the proper git-based depencency format specified in the file comment. This format installs a package as a pre-built wheel: git+https://github.com/... instead of a development-mode editable requirement: -e https://github.com/... Installing packages in editable mode increases the amount of time it takes to install edx-platform dependencies, increases the resulting virtual environment's size, and installs packages in a way that has several subtle differences compared to the way wheels are installed: https://setuptools.pypa.io/en/latest/userguide/development_mode.html#limitations
- Loading branch information