File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
kaptan>=0.5.7
2
- libtmux==0.6.5 # Updated from 0.6.4
2
+ libtmux==0.7.1 # Updated from 0.6.5
3
3
click==6.7
4
4
colorama==0.3.9
Original file line number Diff line number Diff line change 14
14
import click
15
15
import kaptan
16
16
from click .exceptions import FileError
17
- from libtmux .common import has_required_tmux_version , which
17
+ from libtmux .common import has_minimum_version , which
18
18
from libtmux .exc import TmuxCommandNotFound
19
19
from libtmux .server import Server
20
20
@@ -318,7 +318,7 @@ def cli(log_level):
318
318
See detailed documentation and examples at:
319
319
http://tmuxp.readthedocs.io/en/latest/"""
320
320
try :
321
- has_required_tmux_version ()
321
+ has_minimum_version ()
322
322
except TmuxCommandNotFound :
323
323
click .echo ('tmux not found. tmuxp requires you install tmux first.' )
324
324
sys .exit ()
You can’t perform that action at this time.
0 commit comments