Skip to content

Commit d20ed64

Browse files
author
Landon Gilbert-Bland
committed
Update dependencies in requirements.txt
FYI These are the dev dependencies. The pip install dependencies are in the setup.py file.
1 parent be65490 commit d20ed64

File tree

1 file changed

+27
-25
lines changed

1 file changed

+27
-25
lines changed

requirements.txt

Lines changed: 27 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,35 @@
1-
alabaster==0.7.10
1+
alabaster==0.7.12
22
asn1crypto==0.24.0
3-
Babel==2.5.3
4-
certifi==2018.4.16
3+
Babel==2.6.0
4+
certifi==2018.11.29
55
cffi==1.11.5
66
chardet==3.0.4
7-
click==6.7
8-
cryptography==2.3
7+
Click==7.0
8+
cryptography==2.4.2
99
docutils==0.14
10-
Flask==1.0
10+
filelock==3.0.10
11+
Flask==1.0.2
1112
Flask-Sphinx-Themes==1.0.2
12-
idna==2.6
13-
imagesize==1.0.0
14-
itsdangerous==0.24
13+
idna==2.8
14+
imagesize==1.1.0
15+
itsdangerous==1.1.0
1516
Jinja2==2.10
16-
MarkupSafe==1.0
17-
packaging==17.1
18-
pluggy==0.6.0
19-
py==1.5.3
20-
pycparser==2.18
21-
Pygments==2.2.0
22-
PyJWT==1.6.1
23-
pyparsing==2.2.0
24-
pytz==2018.4
25-
requests==2.18.4
26-
six==1.11.0
17+
MarkupSafe==1.1.0
18+
packaging==18.0
19+
pluggy==0.8.0
20+
py==1.7.0
21+
pycparser==2.19
22+
Pygments==2.3.1
23+
PyJWT==1.7.1
24+
pyparsing==2.3.0
25+
pytz==2018.7
26+
requests==2.21.0
27+
six==1.12.0
2728
snowballstemmer==1.2.1
28-
Sphinx==1.7.4
29-
sphinxcontrib-websupport==1.0.1
30-
tox==3.0.0
31-
urllib3==1.22
32-
virtualenv==15.2.0
29+
Sphinx==1.8.3
30+
sphinxcontrib-websupport==1.1.0
31+
toml==0.10.0
32+
tox==3.6.1
33+
urllib3==1.24.1
34+
virtualenv==16.2.0
3335
Werkzeug==0.14.1

0 commit comments

Comments
 (0)