Skip to content

Commit 2e01c32

Browse files
committed
Unpin versions of most packages in Pipfile and commit Pipfile.lock for state management between releases.
1 parent d706d5b commit 2e01c32

File tree

2 files changed

+485
-17
lines changed

2 files changed

+485
-17
lines changed

Pipfile

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,26 @@ 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}
2927

3028
[requires]
3129
python_version = "2.7"

0 commit comments

Comments
 (0)