API - add route to update password and email templates - #50

This commit is contained in:
Sam
2020-05-17 16:42:44 +02:00
parent d6ce02d385
commit 51d627fa1c
23 changed files with 1429 additions and 38 deletions

View File

@@ -285,6 +285,18 @@ version = "2.4.1"
Flask = ">=0.10"
SQLAlchemy = ">=0.8.0"
[[package]]
category = "dev"
description = "Let your Python tests travel through time"
name = "freezegun"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
version = "0.3.15"
[package.dependencies]
python-dateutil = ">=1.0,<2.0 || >2.0"
six = "*"
[[package]]
category = "main"
description = "GPX file parser and GPS track manipulation library"
@@ -983,7 +995,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"]
testing = ["jaraco.itertools", "func-timeout"]
[metadata]
content-hash = "eb952aaba2a4049373b197f711474741675ac9029129bdcf57b238bc466a15c6"
content-hash = "4199f7c3f0fe738bf7d846017b57e9903aff0b4697a8570be54a9ed63bd20306"
python-versions = "^3.7"
[metadata.files]
@@ -1169,6 +1181,10 @@ flask-sqlalchemy = [
{file = "Flask-SQLAlchemy-2.4.1.tar.gz", hash = "sha256:6974785d913666587949f7c2946f7001e4fa2cb2d19f4e69ead02e4b8f50b33d"},
{file = "Flask_SQLAlchemy-2.4.1-py2.py3-none-any.whl", hash = "sha256:0078d8663330dc05a74bc72b3b6ddc441b9a744e2f56fe60af1a5bfc81334327"},
]
freezegun = [
{file = "freezegun-0.3.15-py2.py3-none-any.whl", hash = "sha256:82c757a05b7c7ca3e176bfebd7d6779fd9139c7cb4ef969c38a28d74deef89b2"},
{file = "freezegun-0.3.15.tar.gz", hash = "sha256:e2062f2c7f95cc276a834c22f1a17179467176b624cc6f936e8bc3be5535ad1b"},
]
gpxpy = [
{file = "gpxpy-1.3.4.tar.gz", hash = "sha256:4a0f072ae5bdf9270c7450e452f93a6c5c91d888114e8d78868a8f163b0dbb15"},
]