We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c03a51 + 68ea4e9 commit b14fe2cCopy full SHA for b14fe2c
README.md
@@ -12,8 +12,8 @@
12
13
Structure your Flask apps in a scalable and intelligent way using Blueprints.
14
15
-**Tutorial**: https://hackersandslackers.com/flask-blueprints/
16
-**Demo**: https://flaskblueprints.hackersandslackers.app/
+* **Tutorial**: https://hackersandslackers.com/flask-blueprints/
+* **Demo**: https://flaskblueprints.hackersandslackers.app/
17
18
19
# Getting Started
pyproject.toml
@@ -39,6 +39,7 @@ run = "wsgi:app"
39
40
[tool.poetry.urls]
41
issues = "https://github.com/hackersandslackers/flask-blueprint-tutorial/issues"
42
+
43
[build-system]
44
requires = ["poetry>=0.12"]
45
build-backend = "poetry.masonry.api"
0 commit comments