Skip to content

Commit

Permalink
Merge pull request #7 from Gabisonfire/0.6.1
Browse files Browse the repository at this point in the history
0.6.1
  • Loading branch information
Gabisonfire committed Mar 9, 2023
2 parents e07f974 + f15045f commit f88aa1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
mdx_truly_sane_lists==1.2
Pillow==9.2.0
Pillow==9.3.0
streamdeck~=0.8
apscheduler==3.8.1
pyaml==21.8.3
psutil==5.8.0
jsonmerge==1.9.0
flask==2.2.3
gevent=22.10.2
gevent==22.10.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def run(self):
"Operating System :: POSIX :: Linux",
"Topic :: System :: Hardware",
],
install_requires=["playsound==1.3.0", "Pillow==9.2.0", "requests==2.23.0", "streamdeck==0.8.5", "apscheduler==3.8.1", "pyaml==21.8.3", "jsonmerge==1.9.0", "flask==2.2.3", "gevent==22.10.2"],
install_requires=["playsound==1.3.0", "Pillow==9.3.0", "requests==2.23.0", "streamdeck==0.8.5", "apscheduler==3.8.1", "pyaml==21.8.3", "jsonmerge==1.9.0", "flask==2.2.3", "gevent==22.10.2"],
cmdclass={
'install': PostInstallCommand
},
Expand Down

0 comments on commit f88aa1e

Please sign in to comment.