hint.markdown

This commit is contained in:
Julien Palard 2019-05-15 15:33:34 +02:00
parent bbceb31fee
commit b3601bbb2a

View File

@ -46,5 +46,7 @@ non-admin users to acces the user page.
## Hints
You'll probably need flask-sqlalchemy, sqlite3 is enough for this
project.
You'll probably need
[flask-sqlalchemy](https://pypi.org/project/Flask-SQLAlchemy/),
sqlite3 is enough for this project, and
[Markdown](https://pypi.org/project/Markdown/).