Skip to content

Commit

Permalink
Fix Tornado version to "< 6.0" because Version 6 doesn't support Pyth…
Browse files Browse the repository at this point in the history
…on 2.7 (#344)
  • Loading branch information
tvst committed Feb 16, 2019
1 parent 1b6ab06 commit f36ccfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ pillow = "!=5.1.0"
protobuf = "*"
psutil = "*"
toml = "*"
tornado = "*"
tornado = "<6.0"
tzlocal = "*"
watchdog = "*"

0 comments on commit f36ccfd

Please sign in to comment.