Skip to content

Commit

Permalink
reorgnaize requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Oct 3, 2023
1 parent 2f8023d commit 18ce5d6
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
python -m pip install wheel build --user
- name: 🔨 Build wheels for all dependencies
run: |
pip download -d wheels -r requirements/requirements_dev.txt --index-url https://piwheels.org/simple --platform linux_armv7l --platform linux_armv6l --platform manylinux_2_31_armv7l --only-binary=:all: --extra-index-url https://pypi.org/simple --python-version 39
pip download -d wheels -r requirements/requirements_leader_worker.txt --index-url https://piwheels.org/simple --platform linux_armv7l --platform linux_armv6l --platform manylinux_2_31_armv7l --only-binary=:all: --extra-index-url https://pypi.org/simple --python-version 39
- name: Zip the wheels
run: |
cd wheels
Expand Down
2 changes: 2 additions & 0 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ rpi_hardware_pwm==0.1.3
colorlog==6.7.0
msgspec==0.18.2
diskcache==5.6.1
wheel==0.38.4
crudini==0.9.4
4 changes: 1 addition & 3 deletions requirements/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
-r requirements.txt
-r requirements_worker.txt
-r requirements_leader.txt
-r requirements_leader_worker.txt
pytest
pytest-timeout
pytest-random-order
Expand Down
1 change: 1 addition & 0 deletions requirements/requirements_leader.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
-r requirements.txt
zeroconf==0.64.1
2 changes: 2 additions & 0 deletions requirements/requirements_leader_worker.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-r requirements_leader.txt
-r requirements_worker.txt
1 change: 1 addition & 0 deletions requirements/requirements_worker.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-r requirements.txt
RPi.GPIO==0.7.1; platform_machine == "armv7l"
adafruit-circuitpython-ads1x15==2.2.12
DAC43608==0.2.6
Expand Down

0 comments on commit 18ce5d6

Please sign in to comment.