We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e01f2a1 commit a5d873aCopy full SHA for a5d873a
requirements/build.txt renamed to requirements.txt
@@ -9,16 +9,16 @@ Jinja2==2.10.3
9
MarkupSafe==1.1.1
10
packaging==19.2
11
Pygments==2.4.2
12
-pyparsing==2.4.2
13
-pytz==2019.2
+pyparsing==2.4.5
+pytz==2019.3
14
requests==2.22.0
15
-six==1.12.0
+six==1.13.0
16
snowballstemmer==2.0.0
17
-Sphinx==2.2.0
+Sphinx==2.2.1
18
sphinxcontrib-applehelp==1.0.1
19
sphinxcontrib-devhelp==1.0.1
20
sphinxcontrib-htmlhelp==1.0.2
21
sphinxcontrib-jsmath==1.0.1
22
sphinxcontrib-qthelp==1.0.2
23
sphinxcontrib-serializinghtml==1.1.3
24
-urllib3==1.25.6
+urllib3==1.25.7
tox.ini
@@ -10,7 +10,7 @@ skipsdist = True
commands =
make
deps =
- -rrequirements/build.txt
+ -rrequirements.txt
skip_install = True
whitelist_externals =
0 commit comments