Replit-Commit-Author: Agent Replit-Commit-Session-Id: 5e584ab0-c340-4432-97ef-1972582b60e9 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 6d4dbe7c-69e4-4510-bd62-638ff9c78d5c
20 lines
405 B
TOML
20 lines
405 B
TOML
[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"
|
|
werkzeug = "^3.1.3"
|
|
psycopg2-binary = "^2.9.10"
|
|
flask-session = "^0.8.0"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|