Skip to content

Commit 85c437b

Browse files
committed
Unpin Pipfile dependencies
See also: tmux-python/tmuxp@2e01c32
1 parent 36829c8 commit 85c437b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Pipfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ verify_ssl = true
44
name = "pypi"
55

66
[dev-packages]
7-
docutils = "==0.14"
8-
alagitpull = ">=0.0.22"
9-
Sphinx = ">=2.0.1"
10-
isort = "==4.3.18"
11-
flake8 = "==3.7.7"
12-
pytest = "==4.5.0"
7+
docutils = "*"
8+
alagitpull = "*"
9+
Sphinx = ">=2.0.0"
10+
isort = "*"
11+
flake8 = "*"
12+
pytest = "*"
1313
libtmux = {path = ".",editable = true}
1414

1515
[packages]

0 commit comments

Comments
 (0)