Skip to content

Commit

Permalink
update python packages
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Aug 26, 2024
1 parent d3c50de commit 95f6fd1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 15 deletions.
10 changes: 0 additions & 10 deletions requirements/requirements_leader.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1 @@
-r requirements.txt
blinker==1.8.2
Flask==3.0.2
flup6==1.1.1
huey==2.5.0
ifaddr==0.2.0
itsdangerous==2.2.0
Jinja2==3.1.4
MarkupSafe==2.1.5
python-dotenv==1.0.1
Werkzeug==3.0.3
10 changes: 10 additions & 0 deletions requirements/requirements_worker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,13 @@ pyserial==3.5
pyusb==1.2.1
rpi_hardware_pwm==0.2.1
typing_extensions==4.12.2
blinker==1.8.2
Flask==3.0.2
flup6==1.1.1
huey==2.5.0
ifaddr==0.2.0
itsdangerous==2.2.0
Jinja2==3.1.4
MarkupSafe==2.1.5
python-dotenv==1.0.1
Werkzeug==3.0.3
8 changes: 3 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@
"crudini==0.9.5",
"iniparse==0.5",
"six==1.16.0",
# "lgpio; platform_machine!='armv7l' and platform_machine!='armv6l'", # primarily available with base image, or via apt-get install python3-lgpio
]


LEADER_REQUIREMENTS = [
"blinker==1.8.2",
"flask==3.0.2",
"flup6==1.1.1",
Expand All @@ -36,6 +31,9 @@
]


LEADER_REQUIREMENTS: list[str] = []


WORKER_REQUIREMENTS = [
"Adafruit-Blinka==8.43.0",
"adafruit-circuitpython-ads1x15==2.2.23",
Expand Down

0 comments on commit 95f6fd1

Please sign in to comment.