This commit is contained in:
abhiram v
2024-10-17 22:45:58 +00:00
parent b0906f52f7
commit b5ca78551f
46 changed files with 1706 additions and 30 deletions

16
pyproject.toml Normal file
View File

@@ -0,0 +1,16 @@
[tool.poetry]
name = "repl-nix-ftc23344"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
packages = [{include = "repl_nix_ftc23344"}]
[tool.poetry.dependencies]
python = "^3.12"
flask = "^3.0.3"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"