Perform circup installation from a requirements file

.. generated by "circup freeze"
This commit is contained in:
Jeff Epler 2024-02-20 09:21:31 -06:00
parent 30488c93e1
commit dc65439632
2 changed files with 2 additions and 1 deletions

1
circup_requirements.txt Normal file
View file

@ -0,0 +1 @@
adafruit_requests==2.0.5

View file

@ -31,5 +31,5 @@ rsync --verbose --recursive --delete --checksum --times --modify-window=1 \
echo 'Finished copying application code'
echo 'Installing libraries with circup'
circup install --all
circup install --requirement circup_requirements.txt
echo 'Finished installing libraries with circup'