Skip to content

Commit fbf7e24

Browse files
committed
Fix update deps
1 parent c554ee3 commit fbf7e24

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

requirements.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
docopt
2-
tmuxp
2+
tmuxp==1.19.1
33
plumbum
4-
pyinstaller>=3.3.1

tmux.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from docopt import docopt
2020
import os
2121
from os.path import expanduser, join, exists, basename
22-
from tmuxp.workspacebuilder import WorkspaceBuilder
22+
from tmuxp.workspace.builder import WorkspaceBuilder
2323
from libtmux.server import Server
2424
from libtmux import exc
2525
import platform

0 commit comments

Comments
 (0)