Skip to content

Commit a2ccea1

Browse files
committed
📌 Loosen Pipfile requirements
See also: tmux-python/tmuxp@2e01c32
1 parent b79acca commit a2ccea1

File tree

2 files changed

+36
-6
lines changed

2 files changed

+36
-6
lines changed

Pipfile

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

66
[dev-packages]
7-
alagitpull = ">=0.0.21"
7+
alagitpull = "*"
88
Sphinx = ">=2.0.0"
9-
flake8 = "==3.7.7"
10-
isort = "==4.3.18"
11-
pytest = "==4.5.0"
12-
pytest-mock = "==1.10.4"
9+
flake8 = "*"
10+
isort = "*"
11+
pytest = "*"
12+
pytest-mock = "*"
1313
libvcs = {path = ".",editable = true}
14+
black = "==19.3b0"
1415

1516
[packages]
1617

Pipfile.lock

Lines changed: 30 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)