Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ click==7.0
django==1.11.20
jinja2==2.10
markupsafe==1.1.1 # via jinja2
pbr==5.1.2 # via stevedore
python-slugify==2.0.1
pbr==5.1.3 # via stevedore
python-slugify==3.0.0
pytz==2018.9 # via django
pyyaml==3.13
pyyaml==5.1
six==1.12.0 # via stevedore
stevedore==1.30.0
unidecode==1.0.23 # via python-slugify
stevedore==1.30.1
text-unidecode==1.2 # via python-slugify
28 changes: 14 additions & 14 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@
argparse==1.4.0
astroid==1.5.3
atomicwrites==1.3.0
attrs==18.2.0
attrs==19.1.0
backports.functools-lru-cache==1.5
caniusepython3==7.0.0
certifi==2018.11.29
certifi==2019.3.9
chardet==3.0.4
click-log==0.1.8
click==7.0
codecov==2.0.15
coverage==4.5.2
diff-cover==1.0.6
coverage==4.5.3
diff-cover==1.0.7
distlib==0.2.8
django==1.11.20
edx-lint==1.1.1
filelock==3.0.10
idna==2.8
inflect==2.1.0 # via jinja2-pluralize
isort==4.3.8
isort==4.3.15
jinja2-pluralize==0.3.0 # via diff-cover
jinja2==2.10
lazy-object-proxy==1.3.1
Expand All @@ -32,31 +32,31 @@ mccabe==0.6.1
mock==2.0.0
more-itertools==5.0.0
packaging==19.0
pbr==5.1.2
pip-tools==3.4.0
pbr==5.1.3
pip-tools==3.5.0
pluggy==0.9.0
py==1.8.0
pycodestyle==2.5.0
pydocstyle==3.0.0
pygments==2.3.1 # via diff-cover
pylint-celery==0.3
pylint-django==0.7.2
pylint-plugin-utils==0.4
pylint-plugin-utils==0.5
pylint==1.7.6
pyparsing==2.3.1
pytest-cov==2.6.1
pytest==4.3.0
python-slugify==2.0.1
pytest==4.3.1
python-slugify==3.0.0
pytz==2018.9
pyyaml==3.13
pyyaml==5.1
requests==2.21.0
six==1.12.0
snowballstemmer==1.2.1
stevedore==1.30.0
stevedore==1.30.1
text-unidecode==1.2
toml==0.10.0
tox-battery==0.5.1
tox==3.7.0
unidecode==1.0.23
urllib3==1.24.1
virtualenv==16.4.1
virtualenv==16.4.3
wrapt==1.11.1
20 changes: 10 additions & 10 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
#
alabaster==0.7.12 # via sphinx
atomicwrites==1.3.0
attrs==18.2.0
attrs==19.1.0
babel==2.6.0 # via sphinx
bleach==3.1.0 # via readme-renderer
certifi==2018.11.29 # via requests
certifi==2019.3.9 # via requests
chardet==3.0.4 # via doc8, requests
click==7.0
coverage==4.5.2
coverage==4.5.3
django==1.11.20
doc8==0.8.0
docutils==0.14 # via doc8, readme-renderer, restructuredtext-lint, sphinx
Expand All @@ -24,24 +24,24 @@ markupsafe==1.1.1
mock==2.0.0
more-itertools==5.0.0
packaging==19.0 # via sphinx
pbr==5.1.2
pbr==5.1.3
pluggy==0.9.0
py==1.8.0
pygments==2.3.1 # via readme-renderer, sphinx
pyparsing==2.3.1 # via packaging
pytest-cov==2.6.1
pytest==4.3.0
python-slugify==2.0.1
pytest==4.3.1
python-slugify==3.0.0
pytz==2018.9
pyyaml==3.13
pyyaml==5.1
readme-renderer==24.0
requests==2.21.0 # via sphinx
restructuredtext-lint==1.2.2 # via doc8
six==1.12.0
snowballstemmer==1.2.1 # via sphinx
sphinx==1.8.4
sphinx==1.8.5
sphinxcontrib-websupport==1.1.0 # via sphinx
stevedore==1.30.0
unidecode==1.0.23
stevedore==1.30.1
text-unidecode==1.2
urllib3==1.24.1 # via requests
webencodings==0.5.1 # via bleach
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
# make upgrade
#
click==7.0 # via pip-tools
pip-tools==3.4.0
pip-tools==3.5.0
six==1.12.0 # via pip-tools
22 changes: 11 additions & 11 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,45 +7,45 @@
argparse==1.4.0 # via caniusepython3
astroid==1.5.3 # via edx-lint, pylint, pylint-celery
atomicwrites==1.3.0
attrs==18.2.0
attrs==19.1.0
backports.functools-lru-cache==1.5 # via caniusepython3
caniusepython3==7.0.0
certifi==2018.11.29 # via requests
certifi==2019.3.9 # via requests
chardet==3.0.4 # via requests
click-log==0.1.8 # via edx-lint
click==7.0
coverage==4.5.2
coverage==4.5.3
distlib==0.2.8 # via caniusepython3
django==1.11.20
edx-lint==1.1.1
idna==2.8 # via requests
isort==4.3.8
isort==4.3.15
jinja2==2.10
lazy-object-proxy==1.3.1 # via astroid
markupsafe==1.1.1
mccabe==0.6.1 # via pylint
mock==2.0.0
more-itertools==5.0.0
packaging==19.0 # via caniusepython3
pbr==5.1.2
pbr==5.1.3
pluggy==0.9.0
py==1.8.0
pycodestyle==2.5.0
pydocstyle==3.0.0
pylint-celery==0.3 # via edx-lint
pylint-django==0.7.2 # via edx-lint
pylint-plugin-utils==0.4 # via pylint-celery, pylint-django
pylint-plugin-utils==0.5 # via pylint-celery, pylint-django
pylint==1.7.6 # via edx-lint, pylint-celery, pylint-django, pylint-plugin-utils
pyparsing==2.3.1 # via packaging
pytest-cov==2.6.1
pytest==4.3.0
python-slugify==2.0.1
pytest==4.3.1
python-slugify==3.0.0
pytz==2018.9
pyyaml==3.13
pyyaml==5.1
requests==2.21.0 # via caniusepython3
six==1.12.0
snowballstemmer==1.2.1 # via pydocstyle
stevedore==1.30.0
unidecode==1.0.23
stevedore==1.30.1
text-unidecode==1.2
urllib3==1.24.1 # via requests
wrapt==1.11.1 # via astroid
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@
# make upgrade
#
atomicwrites==1.3.0 # via pytest
attrs==18.2.0 # via pytest
attrs==19.1.0 # via pytest
click==7.0
coverage==4.5.2 # via pytest-cov
coverage==4.5.3 # via pytest-cov
django==1.11.20
jinja2==2.10
markupsafe==1.1.1
mock==2.0.0
more-itertools==5.0.0
pbr==5.1.2
pbr==5.1.3
pluggy==0.9.0 # via pytest
py==1.8.0 # via pytest
pytest-cov==2.6.1
pytest==4.3.0 # via pytest-cov
python-slugify==2.0.1
pytest==4.3.1 # via pytest-cov
python-slugify==3.0.0
pytz==2018.9
pyyaml==3.13
pyyaml==5.1
six==1.12.0
stevedore==1.30.0
unidecode==1.0.23
stevedore==1.30.1
text-unidecode==1.2
6 changes: 3 additions & 3 deletions requirements/travis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
#
# make upgrade
#
certifi==2018.11.29 # via requests
certifi==2019.3.9 # via requests
chardet==3.0.4 # via requests
codecov==2.0.15
coverage==4.5.2 # via codecov
coverage==4.5.3 # via codecov
filelock==3.0.10 # via tox
idna==2.8 # via requests
pluggy==0.9.0 # via tox
Expand All @@ -18,4 +18,4 @@ toml==0.10.0 # via tox
tox-battery==0.5.1
tox==3.7.0
urllib3==1.24.1 # via requests
virtualenv==16.4.1 # via tox
virtualenv==16.4.3 # via tox