Skip to content

Commit

Permalink
Force setup.py to install old version of cmd2
Browse files Browse the repository at this point in the history
The latest version of cmd2 removes the options decorator which causes chistributed to crash on start. Forcing the older version to install fixes this issue.
  • Loading branch information
jacobstein123 authored May 30, 2018
1 parent 9210bbf commit 957f044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"tornado >= 5.0.2",
"click >= 5.1",
"pyyaml >= 3.11",
"cmd2 >= 0.8.5",
"cmd2 == 0.8.7",
"colorama >= 0.3.9"
],
setup_requires = [ "setuptools_git >= 1.0" ],
Expand Down

0 comments on commit 957f044

Please sign in to comment.