Skip to content

Commit 45812fd

Browse files
authored
Merge pull request #782 from jstockdi-marstone/780-python-flask-dependencies
#780 python flask dependencies
2 parents 330fc82 + 8924e80 commit 45812fd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/main/resources/handlebars/pythonFlaskConnexion/requirements.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
connexion == 2.2.0
1+
connexion == 2.6.0
22
python_dateutil == 2.6.0
33
{{#supportPython2}}
44
typing == 3.5.2.2
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
flask_testing==0.6.1
1+
flask_testing==0.8.0
22
coverage>=4.0.3
33
nose>=1.3.7
44
pluggy>=0.3.1
55
py>=1.4.31
66
randomize>=0.13
7+
tox==3.20.1

0 commit comments

Comments
 (0)