mirror of
https://github.com/senju1337/senju.git
synced 2025-12-23 23:39:27 +00:00
feat: install flask
This commit is contained in:
parent
68228d0e04
commit
a0dfc84aea
3 changed files with 91 additions and 3 deletions
|
|
@ -10,6 +10,7 @@ requires-python = ">=3.10"
|
|||
dependencies = [
|
||||
"jinja2 (>=3.1.5,<4.0.0)",
|
||||
"pytest>=7.0.0",
|
||||
"flask (>=3.1.0,<4.0.0)",
|
||||
]
|
||||
|
||||
|
||||
|
|
@ -26,4 +27,3 @@ testpaths = ["tests"]
|
|||
python_files = ["test_*.py"]
|
||||
python_classes = ["Test*"]
|
||||
python_functions = ["test_*"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue