Skip to content

Commit 80cae6b

Browse files
committed
Fix Tornado dependencies
1 parent 924f423 commit 80cae6b

File tree

2 files changed

+42
-36
lines changed

2 files changed

+42
-36
lines changed

Pipfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ anyconfig = ">=0.9.8"
1212
swagger-ui-bundle = ">=0.0.2"
1313
connexion = {extras = ["swagger-ui"],version = ">=2.2.0"}
1414
flask-opentracing = "==0.2.0"
15-
tornado = "==5.1.1"
15+
tornado = "==4.5.3"
1616

1717
[dev-packages]
1818
requests-mock = "*"
@@ -24,3 +24,6 @@ tox = "*"
2424

2525
[requires]
2626
python_version = "3.6"
27+
28+
[pipenv]
29+
allow_prereleases = true

Pipfile.lock

Lines changed: 38 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)