Skip to content

Commit af166dd

Browse files
authored
Merge pull request #1 from tmux-python/master
Merge upstream master.
2 parents 7a42f19 + 8aeeed6 commit af166dd

File tree

6 files changed

+632
-20
lines changed

6 files changed

+632
-20
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ target/
6969
.idea
7070
.ropeproject
7171
*.swp
72+
.vscode
7273

7374
# docs
7475
doc/_build/

Pipfile

+16-17
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,27 @@ verify_ssl = true
44
name = "pypi"
55

66
[dev-packages]
7-
kaptan = ">=0.5.7"
8-
libtmux = "==0.8.0"
9-
click = ">=7<8"
10-
colorama = "==0.3.9"
11-
docutils = "==0.14"
12-
alagitpull = "==0.0.21"
13-
releases = "==1.6.1"
14-
aafigure = "==0.6"
15-
sphinxcontrib-napoleon = "==0.7"
16-
Sphinx = "==1.8.1"
17-
isort = "==4.3.4"
18-
"flake8" = "==3.5.0"
19-
vulture = "==0.29"
20-
pytest = "==3.8.2"
21-
pytest-rerunfailures = "==4.1"
7+
docutils = "*"
8+
alagitpull = "*"
9+
releases = "*"
10+
aafigure = "*"
11+
sphinxcontrib-napoleon = "*"
12+
Sphinx = "*"
13+
isort = "*"
14+
"flake8" = "*"
15+
vulture = "*"
16+
pytest = "*"
17+
pytest-rerunfailures = "*"
2218
tmuxp = {path = ".", editable = true}
19+
"e1839a8" = {path = ".", editable = true}
2320

2421
[packages]
25-
kaptan = ">=0.5.7"
22+
kaptan = "*"
2623
libtmux = "==0.8.0"
2724
click = ">=7<8"
28-
colorama = "==0.3.9"
25+
colorama = "*"
26+
"e1839a8" = {path = ".", editable = true}
27+
sphinx = "*"
2928

3029
[requires]
3130
python_version = "2.7"

0 commit comments

Comments
 (0)