Commit 2efa65da authored by Jérémie Passerat's avatar Jérémie Passerat

Ajout d'un fichier pour installer les plugins

parent 846e417c
......@@ -53,6 +53,11 @@ app.register_blueprint(blueprint)
users = api.namespace('utilisateurs', description='Entrées liées à la gestion utilisateur')
@app.route('/test')
def hello_world():
return "hello world"
## *********************************************************************************************************************
## Entrées liées à la gestion utilisateur
@users.route('/newUser')
......
aniso8601==9.0.1
attrs==21.2.0
certifi==2021.5.30
chardet==4.0.0
click==8.0.1
Flask==2.0.1
flask-apispec==0.11.0
Flask-Cors==3.0.10
Flask-JWT-Extended==4.2.1
flask-restx==0.4.0
flask-swagger==0.2.14
flask-swagger-ui==3.36.0
gitdb==4.0.7
GitPython==3.1.18
idna==3.2
iniconfig==1.1.1
itsdangerous==2.0.1
Jinja2==3.0.1
jsonschema==3.2.0
MarkupSafe==2.0.1
marshmallow==3.12.1
mongomock==3.23.0
packaging==20.9
pip-review==1.1.0
pluggy==0.13.1
py==1.10.0
PyJWT==2.1.0
pymongo==3.11.4
pyparsing==2.4.7
pyrsistent==0.18.0
pytest==6.2.4
pytz==2021.1
PyYAML==5.4.1
requests==2.25.1
sentinels==1.0.0
six==1.16.0
smmap==4.0.0
toml==0.10.2
urllib3==1.26.6
webargs==8.0.0
Werkzeug==2.0.1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment