mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 04:01:32 -06:00
Core: update versions (#2186)
This commit is contained in:
2
Utils.py
2
Utils.py
@@ -44,7 +44,7 @@ class Version(typing.NamedTuple):
|
|||||||
return ".".join(str(item) for item in self)
|
return ".".join(str(item) for item in self)
|
||||||
|
|
||||||
|
|
||||||
__version__ = "0.4.2"
|
__version__ = "0.4.3"
|
||||||
version_tuple = tuplize_version(__version__)
|
version_tuple = tuplize_version(__version__)
|
||||||
|
|
||||||
is_linux = sys.platform.startswith("linux")
|
is_linux = sys.platform.startswith("linux")
|
||||||
|
@@ -3,7 +3,8 @@ pony>=0.7.16; python_version <= '3.10'
|
|||||||
pony @ https://github.com/Berserker66/pony/releases/download/v0.7.16/pony-0.7.16-py3-none-any.whl#0.7.16 ; python_version >= '3.11'
|
pony @ https://github.com/Berserker66/pony/releases/download/v0.7.16/pony-0.7.16-py3-none-any.whl#0.7.16 ; python_version >= '3.11'
|
||||||
waitress>=2.1.2
|
waitress>=2.1.2
|
||||||
Flask-Caching>=2.0.2
|
Flask-Caching>=2.0.2
|
||||||
Flask-Compress>=1.13
|
Flask-Compress>=1.14
|
||||||
Flask-Limiter>=3.3.0
|
Flask-Limiter>=3.5.0
|
||||||
bokeh>=3.1.1
|
bokeh>=3.1.1; python_version <= '3.8'
|
||||||
|
bokeh>=3.2.2; python_version >= '3.9'
|
||||||
markupsafe>=2.1.3
|
markupsafe>=2.1.3
|
||||||
|
@@ -9,4 +9,4 @@ bsdiff4>=1.2.3
|
|||||||
platformdirs>=3.9.1
|
platformdirs>=3.9.1
|
||||||
certifi>=2023.7.22
|
certifi>=2023.7.22
|
||||||
cython>=0.29.35
|
cython>=0.29.35
|
||||||
cymem>=2.0.7
|
cymem>=2.0.8
|
||||||
|
Reference in New Issue
Block a user