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:
10
pyproject.toml
Normal file
10
pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user