Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Upgrade pip first (frappe#1120)
* fix: Upgrade pip first `pip` needs to be upgraded before `cryptography` to avoid version compatibility error. * fix: Add setuptools-rust in upgrade. * fix: Install setuptools-rust * fix: Add setuptools-rust in requirments.txt * fix: Revert unwanted addition to README * fix: Install setuptools-rust beforehand. * fix: Upgrade pip beforehand. * fix: Upgrade pip separately beforehand. * fix: Upgrade setuptools-rust with pip. * chore: Remove unused dependency Co-authored-by: gavin <gavin18d@gmail.com>
- Loading branch information