1
0
Fork 0
mirror of synced 2024-05-17 19:13:05 +12:00

Bump version and update some dependencies

This commit is contained in:
Dummerle 2022-08-30 23:12:15 +02:00
parent 4e325eb3d8
commit 98489297f1
No known key found for this signature in database
GPG key ID: AB68CC59CA39F2F1
6 changed files with 8 additions and 5 deletions

View file

@ -21,7 +21,7 @@ AppDir:
id: io.github.dummerle.rare
name: Rare
icon: Rare
version: 1.8.9
version: 1.9.0-rc.1
exec: usr/bin/python3
exec_args: $APPDIR/usr/src/__main__.py $@
apt:

View file

@ -1 +1,4 @@
pywebview[gtk]
pywebview[gtk]; platform_system == "Linux"
pywebview[cef]; platform_system == "Windows"
pypresence

View file

@ -12,7 +12,7 @@ force-exclude = '''
[tool.poetry]
name = "rare"
version = "1.8.9"
version = "1.9.0-rc.1"
description = "A GUI for Legendary"
authors = ["Dummerle"]
license = "GPL3"

View file

@ -1,3 +1,3 @@
__version__ = "1.8.9"
__version__ = "1.9.0-rc.1"
code_name = "Stellula Kakopo"

View file

@ -2,7 +2,6 @@ typing_extensions
requests
PyQt5
QtAwesome
pypresence
setuptools
legendary-gl
pywin32; platform_system == "Windows"

View file

@ -13,6 +13,7 @@ requirements = [
"PyQt5",
"QtAwesome",
'pywin32; platform_system == "Windows"',
"typing_extensions"
]
optional_reqs = dict(