add wheel to requirements.txt

This commit is contained in:
Dan Halbert 2019-02-14 11:03:16 -05:00
parent 96c66762ce
commit 97f95cc5f7
2 changed files with 1 additions and 1 deletions

View file

@ -53,7 +53,6 @@ circuitpython-build-tools package.
```shell
python3 -m venv .env
source .env/bin/activate
pip install wheel
pip install circuitpython-build-tools
circuitpython-build-bundles --filename_prefix <output file prefix> --library_location .
```

View file

@ -1,2 +1,3 @@
Click
semver
wheel