|
@@ -4,15 +4,18 @@ version = "0.1.0"
|
|
description = "High-Level Abstraction Web-GUI Using Just Python"
|
|
description = "High-Level Abstraction Web-GUI Using Just Python"
|
|
authors = ["Zauberzeug GmbH"]
|
|
authors = ["Zauberzeug GmbH"]
|
|
license = "MIT"
|
|
license = "MIT"
|
|
|
|
+readme = README.md
|
|
|
|
+repository = https://github.com/zauberzeug/nicegui
|
|
|
|
+keywords = "gui, ui, web, interface, live"
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
[tool.poetry.dependencies]
|
|
python = "^3.7"
|
|
python = "^3.7"
|
|
justpy = "0.1.5"
|
|
justpy = "0.1.5"
|
|
-icecream = "^2.1.0"
|
|
|
|
matplotlib = "^3.4.1"
|
|
matplotlib = "^3.4.1"
|
|
typing-extensions = "^3.10.0"
|
|
typing-extensions = "^3.10.0"
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
+icecream = "^2.1.0"
|
|
autopep8 = "^1.5.7"
|
|
autopep8 = "^1.5.7"
|
|
debugpy = "^1.3.0"
|
|
debugpy = "^1.3.0"
|
|
|
|
|