generated from dopt-python/py311
update deps
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
[project]
|
||||
name = "wce-crm"
|
||||
version = "0.1.1dev0"
|
||||
version = "0.1.1dev2"
|
||||
description = "GUI for CRM of NAFKA project with WCE"
|
||||
authors = [
|
||||
{name = "d-opt GmbH, resp. Florian Förster", email = "f.foerster@d-opt.com"},
|
||||
]
|
||||
dependencies = ["nicegui>=3.10.0", "pyside6>=6.11.0", "sqlalchemy>=2.0.49", "polars>=1.40.1", "dopt-basics>=0.2.5", "pydantic[email]>=2.13.4", "babel>=2.18.0", "python-dotenv>=1.2.2"]
|
||||
dependencies = ["pyside6>=6.11.0", "sqlalchemy[asyncio]>=2.0.50", "polars>=1.40.1", "dopt-basics>=0.2.5", "pydantic[email]>=2.13.4", "babel>=2.18.0", "python-dotenv>=1.2.2"]
|
||||
requires-python = "<3.14,>=3.11"
|
||||
readme = "README.md"
|
||||
license = {text = "LicenseRef-Proprietary"}
|
||||
@@ -71,7 +71,7 @@ directory = "reports/coverage"
|
||||
|
||||
|
||||
[tool.bumpversion]
|
||||
current_version = "0.1.1dev0"
|
||||
current_version = "0.1.1dev2"
|
||||
parse = """(?x)
|
||||
(?P<major>0|[1-9]\\d*)\\.
|
||||
(?P<minor>0|[1-9]\\d*)\\.
|
||||
@@ -145,6 +145,7 @@ dev = [
|
||||
"nox>=2025.2.9",
|
||||
"pywebview>=6.2.1",
|
||||
"pythonnet==3.0.5",
|
||||
"nicegui>=3.12.1",
|
||||
]
|
||||
nb = [
|
||||
"jupyterlab>=4.3.5",
|
||||
|
||||
Reference in New Issue
Block a user