Skip to content

Commit

Permalink
server: enable pyrp3 dependency for all platforms
Browse files Browse the repository at this point in the history
No other machines should really use the server, and this dependency
doesn't hurt any other platform that is used to test the server. This
also helps a bit installing the server in an offline manner (linien-org#378), see
also:

jazzband/pip-tools#1220
  • Loading branch information
doronbehar committed Aug 2, 2024
1 parent 1527649 commit 8c8ea4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linien-server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"fire>=0.6.0",
"influxdb-client[ciso]>=1.9,<2.0",
"pylpsd>=0.1.4",
"pyrp3>=2.0.1,<3.0;platform_machine=='armv7l'",
"pyrp3>=2.0.1,<3.0",
"linien-common==2.0.4",
]

Expand Down

0 comments on commit 8c8ea4b

Please sign in to comment.