Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
markqvist committed Nov 25, 2024
1 parent fe4c618 commit 7885f39
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,20 +99,19 @@ def glob_paths(pattern):
]
},
install_requires=[
"rns>=0.8.5",
"lxmf>=0.5.7",
"rns>=0.8.6",
"lxmf>=0.5.8",
"kivy>=2.3.0",
"pillow>=10.2.0",
"qrcode",
"materialyoucolor>=2.0.7",
"ffpyplayer",
"sh",
"numpy<=1.26.4",
"pycodec2;platform_system!='Windows'",
"pycodec2;sys.platform!='Windows' and sys.platform!='darwin'",
"pyaudio;sys.platform=='linux'",
"pyobjus;sys.platform=='darwin'",
"pyogg;sys.platform=='darwin'",
"pyogg;platform_system=='Windows'",
"pyogg;sys.platform=='Windows'",
],
python_requires='>=3.7',
)

0 comments on commit 7885f39

Please sign in to comment.