|
@@ -27,9 +27,8 @@ aiofiles = "^23.1.0"
|
|
|
pywebview = { version = "^4.4.0", optional = true }
|
|
|
plotly = { version = "^5.13.0", optional = true }
|
|
|
matplotlib = { version = "^3.5.0", optional = true }
|
|
|
-nicegui-highcharts = { version = "^1.0.1", optional = true }
|
|
|
httpx = ">=0.24.0,<1.0.0"
|
|
|
-aiohttp = "^3.8.5"
|
|
|
+nicegui-highcharts = { version = "^1.0.1", optional = true }
|
|
|
ifaddr = "^0.2.0"
|
|
|
|
|
|
[tool.poetry.extras]
|
|
@@ -51,7 +50,10 @@ docutils = "^0.19"
|
|
|
pandas = "^2.0.0"
|
|
|
secure = "^0.3.0"
|
|
|
webdriver-manager = "^3.8.6"
|
|
|
-numpy = ">=1.24.0"
|
|
|
+numpy = [
|
|
|
+ {version = "^1.24.0", python = "~3.8"},
|
|
|
+ {version = "^1.26.0", python = ">=3.9,<3.13"}
|
|
|
+]
|
|
|
selenium = "^4.11.2"
|
|
|
beautifulsoup4 = "^4.12.2"
|
|
|
urllib3 = ">=1.26.18,^1.26 || >=2.0.7" # https://github.com/zauberzeug/nicegui/security/dependabot/23
|