Skip to content

Commit 6daf608

Browse files
committed
Update documentation requirements
1 parent 1bd5e99 commit 6daf608

File tree

1 file changed

+80
-78
lines changed

1 file changed

+80
-78
lines changed

requirements-doc.freeze

Lines changed: 80 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,80 @@
1-
alabaster==0.7.11
2-
apipkg==1.5
3-
appnope==0.1.0
4-
atomicwrites==1.1.5
5-
attrs==18.1.0
6-
Babel==2.6.0
7-
backcall==0.1.0
8-
certifi==2018.4.16
9-
chardet==3.0.4
10-
codecov==2.0.15
11-
coverage==4.5.1
12-
decorator==4.3.0
13-
Django==2.1
14-
django-debug-toolbar==1.9.1
15-
django-haystack==2.8.1
16-
django-js-asset==1.1.0
17-
django-machina==0.7.1
18-
django-mptt==0.9.1
19-
django-widget-tweaks==1.4.2
20-
docutils==0.14
21-
execnet==1.5.0
22-
factory-boy==2.11.1
23-
Faker==0.8.17
24-
flake8==3.5.0
25-
idna==2.7
26-
imagesize==1.0.0
27-
ipython==6.5.0
28-
ipython-genutils==0.2.0
29-
isort==4.3.4
30-
jedi==0.12.1
31-
Jinja2==2.10
32-
markdown2==2.3.5
33-
MarkupSafe==1.0
34-
mccabe==0.6.1
35-
mock==2.0.0
36-
more-itertools==4.3.0
37-
packaging==17.1
38-
parso==0.3.1
39-
pbr==4.2.0
40-
pexpect==4.6.0
41-
pickleshare==0.7.4
42-
Pillow==5.2.0
43-
pluggy==0.7.1
44-
prompt-toolkit==1.0.15
45-
ptyprocess==0.6.0
46-
py==1.5.4
47-
pycodestyle==2.3.1
48-
pyflakes==1.6.0
49-
Pygments==2.2.0
50-
pyparsing==2.2.0
51-
pytest==3.7.1
52-
pytest-cov==2.5.1
53-
pytest-django==3.3.3
54-
pytest-forked==0.2
55-
pytest-pythonpath==0.7.2
56-
pytest-spec==1.1.0
57-
pytest-sugar==0.9.1
58-
pytest-xdist==1.22.5
59-
python-dateutil==2.7.3
60-
python-slugify==1.2.5
61-
pytz==2018.5
62-
requests==2.19.1
63-
simplegeneric==0.8.1
64-
six==1.11.0
65-
snowballstemmer==1.2.1
66-
Sphinx==1.7.6
67-
sphinx-rtd-theme==0.4.1
68-
sphinxcontrib-websupport==1.1.0
69-
sqlparse==0.2.4
70-
termcolor==1.1.0
71-
text-unidecode==1.2
72-
traitlets==4.3.2
73-
transifex-client==0.13.4
74-
Unidecode==1.0.22
75-
Unipath==1.1
76-
urllib3==1.23
77-
wcwidth==0.1.7
78-
Whoosh==2.7.4
1+
alabaster==0.7.12; python_version >= "3.5"
2+
apipkg==1.5; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5"
3+
appnope==0.1.2; sys_platform == "darwin" and python_version >= "3.5"
4+
atomicwrites==1.4.0; python_version >= "3.5" and python_full_version < "3.0.0" and sys_platform == "win32" or python_full_version >= "3.5.0" and sys_platform == "win32" and python_version >= "3.5"
5+
attrs==20.3.0; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5"
6+
babel==2.9.0; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.5"
7+
backcall==0.2.0; python_version >= "3.5"
8+
certifi==2020.12.5; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
9+
chardet==4.0.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
10+
codecov==2.1.11; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
11+
colorama==0.4.4; python_version >= "3.5" and python_full_version < "3.0.0" and sys_platform == "win32" or python_full_version >= "3.5.0" and sys_platform == "win32" and python_version >= "3.5"
12+
coverage==5.5; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4"
13+
decorator==4.4.2; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.2.0" and python_version >= "3.5"
14+
django-debug-toolbar==3.1.1; python_version >= "3.5"
15+
django-haystack==3.0
16+
django-js-asset==1.2.2; python_version >= "3.5"
17+
django-mptt==0.11.0; python_version >= "3.5"
18+
django-widget-tweaks==1.4.8
19+
django==2.2.19; python_version >= "3.5"
20+
docutils==0.16; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5"
21+
execnet==1.8.0; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5"
22+
factory-boy==3.1.0; python_version >= "3.5"
23+
faker==5.0.0; python_version >= "3.5"
24+
flake8==3.8.4; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
25+
idna==2.10; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
26+
imagesize==1.2.0; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.5"
27+
importlib-metadata==2.1.1; python_version >= "3.5" and python_full_version < "3.0.0" and python_version < "3.8" and (python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5") or python_full_version >= "3.5.0" and python_version < "3.8" and python_version >= "3.5" and (python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5")
28+
iniconfig==1.1.1; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5"
29+
ipython-genutils==0.2.0; python_version >= "3.5"
30+
ipython==7.9.0; python_version >= "3.5"
31+
isort==4.3.21; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
32+
jedi==0.17.2; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5"
33+
jinja2==2.11.3; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5"
34+
markdown2==2.4.0; python_version >= "3.5" and python_version < "4"
35+
markupsafe==1.1.1; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5"
36+
mccabe==0.6.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0"
37+
mock==3.0.5; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
38+
packaging==20.9; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5"
39+
parso==0.7.1; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5"
40+
pathlib2==2.3.5; python_version < "3.6" and python_version >= "3.5" and (python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5")
41+
pexpect==4.8.0; sys_platform != "win32" and python_version >= "3.5"
42+
pickleshare==0.7.5; python_version >= "3.5"
43+
pillow==7.2.0; python_version >= "3.5"
44+
pluggy==0.13.1; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5"
45+
prompt-toolkit==2.0.10; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.5"
46+
ptyprocess==0.7.0; sys_platform != "win32" and python_version >= "3.5"
47+
py==1.10.0; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5"
48+
pycodestyle==2.6.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0"
49+
pyflakes==2.2.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0"
50+
pygments==2.8.1; python_version >= "3.5"
51+
pyparsing==2.4.7; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.5"
52+
pytest-cov==2.11.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
53+
pytest-django==4.1.0; python_version >= "3.5"
54+
pytest-forked==1.3.0; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5"
55+
pytest-pythonpath==0.7.3
56+
pytest-spec==3.1.0
57+
pytest-xdist==2.2.1; python_version >= "3.5"
58+
pytest==6.1.2; python_version >= "3.5"
59+
python-dateutil==2.8.1; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.5"
60+
pytz==2021.1; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.5"
61+
requests==2.25.1; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5"
62+
six==1.15.0; python_version >= "3.5" and python_full_version < "3.0.0" and python_version < "3.6" or python_full_version >= "3.4.0" and python_version >= "3.5" and python_version < "3.6"
63+
snowballstemmer==2.1.0; python_version >= "3.5"
64+
sphinx-rtd-theme==0.5.1
65+
sphinx==3.5.2; python_version >= "3.5"
66+
sphinxcontrib-applehelp==1.0.2; python_version >= "3.5"
67+
sphinxcontrib-devhelp==1.0.2; python_version >= "3.5"
68+
sphinxcontrib-htmlhelp==1.0.3; python_version >= "3.5"
69+
sphinxcontrib-jsmath==1.0.1; python_version >= "3.5"
70+
sphinxcontrib-qthelp==1.0.3; python_version >= "3.5"
71+
sphinxcontrib-serializinghtml==1.1.4; python_version >= "3.5"
72+
sqlparse==0.4.1; python_version >= "3.5"
73+
text-unidecode==1.3; python_version >= "3.5"
74+
toml==0.10.2; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5"
75+
traitlets==4.3.3; python_version >= "3.5"
76+
urllib3==1.26.3; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4"
77+
wcwidth==0.2.5; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.5"
78+
whoosh==2.7.4
79+
win-unicode-console==0.5; sys_platform == "win32" and python_version < "3.6" and python_version >= "3.5"
80+
zipp==1.2.0; python_version < "3.8" and python_version >= "2.7" and (python_version >= "2.7" and python_full_version < "3.0.0" and python_version < "3.8" or python_full_version >= "3.5.0" and python_version < "3.8")

0 commit comments

Comments
 (0)