We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3971e3 commit 382e47aCopy full SHA for 382e47a
Pipfile
@@ -6,25 +6,25 @@ name = "pypi"
6
[dev-packages]
7
kaptan = ">=0.5.7"
8
libtmux = "==0.8.0"
9
-click = "==6.7"
+click = "<7"
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.6.1"
16
-Sphinx = "==1.7.9"
+sphinxcontrib-napoleon = "==0.7"
+Sphinx = "==1.8.1"
17
isort = "==4.3.4"
18
"flake8" = "==3.5.0"
19
vulture = "==0.29"
20
-pytest = "==3.8.0"
+pytest = "==3.8.1"
21
pytest-rerunfailures = "==4.1"
22
tmuxp = {path = ".", editable = true}
23
24
[packages]
25
26
27
28
29
30
[requires]
0 commit comments