Skip to content

Commit

Permalink
Fix package dependencies for bookworm (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcapona authored Apr 16, 2024
1 parent 6991bf3 commit 56b31f8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,18 @@ install_requires =
# pitop.common
# pitop.robotics
# pitop.system
click>=7.1.2,<7.2
click-logging>=1.0.1,<1.1
Flask>=1.1.2,<1.2
Flask-Cors>=3.0.9,<3.1
click>=7.1.2
click-logging>=1.0.1
Flask>=1.1.2
Flask-Cors>=3.0.9
Flask-Sockets>=0.2.1<0.3
gevent>=20.9.0,<20.10
gevent-websocket>=0.10.1,<0.11
gevent>=20.9.0
gevent-websocket>=0.10.1
pt-web-vnc>=0.2.0
# TODO: add pt-miniscreen dependency once it's published in pypi
# pt-miniscreen
requests>=2.25.1,<2.26.0
websockets>=8.1,<8.2
requests>=2.25.1
websockets>=8.1
include_package_data = True

[options.entry_points]
Expand Down

0 comments on commit 56b31f8

Please sign in to comment.