diff --git a/README.md b/README.md index 82e3e48..1a5b5b3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # Welcome to Microblog! This is an example application featured in my [Flask Mega-Tutorial](https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world). See the tutorial for instructions on how to work with it. + +Ce projet initialement prévu pour apprendre Python/Flask a été utilisé comme base pour une formation Git + +Dépôt principal de la formation git : https://gitlab.com/alexAubin1/microblog + +coucou diff --git a/requirements.txt b/requirements.txt index d27db7e..458744f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44,6 +44,6 @@ visitor==0.1.3 Werkzeug==2.0.1 WTForms==2.3.3 -# requirements for Heroku -#psycopg2==2.9.1 -#gunicorn==20.1.0 +# Dépendances optionnelles (pour Heroku) +psycopg2==2.9.1 +gunicorn==20.1.0