init
This commit is contained in:
commit
5309e0593b
22 changed files with 722 additions and 0 deletions
11
pyproject.toml
Normal file
11
pyproject.toml
Normal file
|
@ -0,0 +1,11 @@
|
|||
[project]
|
||||
name = "flask-blog"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"flask>=3.1.0",
|
||||
"flask-migrate>=4.1.0",
|
||||
"flask-sqlalchemy>=3.1.1",
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue