Changed directory structure and yapped...a lot

Still can start blabbering like crazy in the HTML if I feel like it.
This commit is contained in:
foreverpyrite
2025-12-02 19:54:00 -05:00
commit 8fe3f7d756
18 changed files with 4020 additions and 0 deletions

10
pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[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",
]