Files
sniph-bank/pyproject.toml
foreverpyrite 8fe3f7d756 Changed directory structure and yapped...a lot
Still can start blabbering like crazy in the HTML if I feel like it.
2025-12-02 19:54:00 -05:00

11 lines
222 B
TOML

[project]
name = "sniph-bank"
version = "0.1.3"
description = "Simple 'website' to demonstrate HTTP vs HTTPS"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"flask>=3.1.2",
"pyopenssl>=25.3.0",
]