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 6d8f16a commit c8d4dcbCopy full SHA for c8d4dcb
Pipfile
@@ -15,13 +15,23 @@ name = "pypi"
15
16
17
18
+
19
20
21
22
23
24
25
26
27
28
29
30
31
[dev-packages]
32
33
pytest = "==3.2.3"
34
docutils = "==0.14"
-releases = "==1.3.1"
-Sphinx = "==1.6.4"
-alagitpull = "==0.0.13"
35
+alagitpull = "==0.0.13"
36
+releases = "==1.4.0"
37
+sphinx = "*"
requirements/doc.txt
@@ -1,4 +1,4 @@
1
docutils==0.14
2
-releases==1.3.1 # updated from 1.2.0
+releases==1.4.0 # updated from 1.3.1
3
sphinx==1.6.4
4
alagitpull==0.0.13
0 commit comments