mirror of
https://github.com/abrendan/smolEditWeb.git
synced 2025-06-16 04:35:09 +02:00
17 lines
311 B
TOML
17 lines
311 B
TOML
[tool.poetry]
|
|
name = "repl-nix-uwpnotepadpro"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Your Name <you@example.com>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.11"
|
|
flask = "^3.0.3"
|
|
chardet = "^5.2.0"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|