0.4.0, bump requirements
This commit is contained in:
parent
a40d959222
commit
174dfebecd
2 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ from suou.configparse import ConfigOptions, ConfigValue
|
||||||
from .colors import color_themes, theme_classes
|
from .colors import color_themes, theme_classes
|
||||||
from .utils import twocolon_list
|
from .utils import twocolon_list
|
||||||
|
|
||||||
__version__ = '0.4.0.rc1'
|
__version__ = '0.4.0'
|
||||||
|
|
||||||
APP_BASE_DIR = os.path.dirname(os.path.dirname(__file__))
|
APP_BASE_DIR = os.path.dirname(os.path.dirname(__file__))
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ dependencies = [
|
||||||
"PsycoPG2-binary",
|
"PsycoPG2-binary",
|
||||||
"libsass",
|
"libsass",
|
||||||
"setuptools>=78.1.0",
|
"setuptools>=78.1.0",
|
||||||
"sakuragasaki46-suou>=0.3.7"
|
"sakuragasaki46-suou>=0.4.0"
|
||||||
]
|
]
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue