-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from saleem-latif/package-upgrades
Upgrades dependencies to latest versoin.
- Loading branch information
Showing
4 changed files
with
140 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,12 @@ | |
# | ||
# pip-compile --output-file requirements/base.txt requirements/base.in | ||
# | ||
django==1.11.13 | ||
path.py==11.0.1 | ||
pytz==2018.4 # via django | ||
--index-url https://pypi.org/simple/ | ||
--extra-index-url https://saleem.latif:[email protected]/intechww/api/pypi/pypi-virtual/simple | ||
|
||
django==1.11.25 | ||
importlib-metadata==0.23 # via path.py | ||
more-itertools==7.2.0 # via zipp | ||
path.py==12.0.1 | ||
pytz==2019.2 # via django | ||
zipp==0.6.0 # via importlib-metadata |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,60 +4,72 @@ | |
# | ||
# pip-compile --output-file requirements/dev.txt requirements/base.in requirements/dev.in requirements/quality.in requirements/test.in | ||
# | ||
--index-url https://pypi.org/simple/ | ||
--extra-index-url https://saleem.latif:[email protected]/intechww/api/pypi/pypi-virtual/simple | ||
|
||
argparse==1.4.0 # via caniusepython3 | ||
astroid==1.6.4 # via pylint | ||
attrs==18.1.0 # via pytest | ||
astroid==2.3.1 # via pylint | ||
atomicwrites==1.3.0 # via pytest | ||
attrs==19.2.0 # via pytest | ||
backports.functools-lru-cache==1.5 # via caniusepython3 | ||
caniusepython3==7.0.0 | ||
certifi==2018.4.16 # via requests | ||
bleach==3.1.0 # via readme-renderer | ||
caniusepython3==7.1.0 | ||
certifi==2019.9.11 # via requests | ||
chardet==3.0.4 # via requests | ||
click==6.7 # via pip-tools | ||
coverage==4.5.1 # via pytest-cov | ||
ddt==1.1.3 | ||
diff-cover==1.0.2 | ||
distlib==0.2.7 # via caniusepython3 | ||
django==1.11.13 | ||
factory-boy==2.11.1 | ||
faker==0.8.15 # via factory-boy | ||
first==2.0.1 # via pip-tools | ||
idna==2.6 # via requests | ||
inflect==0.3.1 # via jinja2-pluralize | ||
isort==4.3.4 | ||
click==7.0 # via pip-tools | ||
coverage==4.5.4 # via pytest-cov | ||
ddt==1.2.1 | ||
diff-cover==2.3.0 | ||
distlib==0.2.9.post0 # via caniusepython3 | ||
django==1.11.25 | ||
docutils==0.15.2 # via readme-renderer | ||
factory-boy==2.12.0 | ||
faker==2.0.2 # via factory-boy | ||
filelock==3.0.12 # via tox | ||
idna==2.8 # via requests | ||
importlib-metadata==0.23 # via path.py, pluggy, pytest, tox | ||
inflect==2.1.0 # via jinja2-pluralize | ||
isort==4.3.21 | ||
jinja2-pluralize==0.3.0 # via diff-cover | ||
jinja2==2.10 # via diff-cover, jinja2-pluralize | ||
lazy-object-proxy==1.3.1 # via astroid | ||
markupsafe==1.0 # via jinja2 | ||
jinja2==2.10.1 # via diff-cover, jinja2-pluralize | ||
lazy-object-proxy==1.4.2 # via astroid | ||
markupsafe==1.1.1 # via jinja2 | ||
mccabe==0.6.1 # via pylint | ||
mock==2.0.0 | ||
more-itertools==4.1.0 # via pytest | ||
packaging==17.1 # via caniusepython3 | ||
path.py==11.0.1 | ||
pbr==4.0.3 # via mock | ||
mock==3.0.5 | ||
more-itertools==7.2.0 # via pytest, zipp | ||
packaging==19.2 # via caniusepython3, pytest, tox | ||
path.py==12.0.1 | ||
pep8==1.7.1 | ||
pip-tools==2.0.2 | ||
pkginfo==1.4.2 # via twine | ||
pluggy==0.6.0 # via pytest, tox | ||
py==1.5.3 # via pytest, tox | ||
pycodestyle==2.4.0 | ||
pydocstyle==2.1.1 | ||
pygments==2.2.0 # via diff-cover | ||
pylint==1.9.1 | ||
pyparsing==2.2.0 # via packaging | ||
pytest-cov==2.5.1 | ||
pytest-django==3.2.1 | ||
pytest==3.5.1 # via pytest-cov, pytest-django | ||
python-dateutil==2.7.3 # via faker | ||
pytz==2018.4 # via django | ||
requests-toolbelt==0.8.0 # via twine | ||
requests==2.18.4 # via caniusepython3, requests-toolbelt, twine | ||
six==1.11.0 # via astroid, diff-cover, faker, mock, more-itertools, packaging, pip-tools, pydocstyle, pylint, pytest, python-dateutil, tox | ||
snowballstemmer==1.2.1 # via pydocstyle | ||
text-unidecode==1.2 # via faker | ||
pip-tools==4.1.0 | ||
pkginfo==1.5.0.1 # via twine | ||
pluggy==0.13.0 # via pytest, tox | ||
py==1.8.0 # via pytest, tox | ||
pycodestyle==2.5.0 | ||
pydocstyle==4.0.1 | ||
pygments==2.4.2 # via diff-cover, readme-renderer | ||
pylint==2.4.2 | ||
pyparsing==2.4.2 # via packaging | ||
pytest-cov==2.7.1 | ||
pytest-django==3.5.1 | ||
pytest==5.2.0 # via pytest-cov, pytest-django | ||
python-dateutil==2.8.0 # via faker | ||
pytz==2019.2 # via django | ||
readme-renderer==24.0 # via twine | ||
requests-toolbelt==0.9.1 # via twine | ||
requests==2.22.0 # via caniusepython3, requests-toolbelt, twine | ||
six==1.12.0 # via astroid, bleach, diff-cover, faker, mock, packaging, pip-tools, python-dateutil, readme-renderer, tox | ||
snowballstemmer==1.9.1 # via pydocstyle | ||
text-unidecode==1.3 # via faker | ||
toml==0.10.0 # via tox | ||
tox-battery==0.5 | ||
tox==3.0.0 | ||
tqdm==4.23.4 # via twine | ||
twine==1.11.0 | ||
urllib3==1.22 # via requests | ||
virtualenv==16.0.0 # via tox | ||
wheel==0.31.1 | ||
wrapt==1.10.11 # via astroid | ||
tox==3.14.0 | ||
tqdm==4.36.1 # via twine | ||
twine==2.0.0 | ||
typed-ast==1.4.0 # via astroid | ||
urllib3==1.25.6 # via requests | ||
virtualenv==16.7.5 # via tox | ||
wcwidth==0.1.7 # via pytest | ||
webencodings==0.5.1 # via bleach | ||
wheel==0.33.6 | ||
wrapt==1.11.2 # via astroid | ||
zipp==0.6.0 # via importlib-metadata |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,43 +4,50 @@ | |
# | ||
# pip-compile --output-file requirements/quality.txt requirements/base.in requirements/quality.in requirements/test.in | ||
# | ||
--index-url https://pypi.org/simple/ | ||
--extra-index-url https://saleem.latif:[email protected]/intechww/api/pypi/pypi-virtual/simple | ||
|
||
argparse==1.4.0 # via caniusepython3 | ||
astroid==1.6.4 # via pylint | ||
attrs==18.1.0 # via pytest | ||
astroid==2.3.1 # via pylint | ||
atomicwrites==1.3.0 # via pytest | ||
attrs==19.2.0 # via pytest | ||
backports.functools-lru-cache==1.5 # via caniusepython3 | ||
caniusepython3==7.0.0 | ||
certifi==2018.4.16 # via requests | ||
caniusepython3==7.1.0 | ||
certifi==2019.9.11 # via requests | ||
chardet==3.0.4 # via requests | ||
coverage==4.5.1 # via pytest-cov | ||
ddt==1.1.3 | ||
distlib==0.2.7 # via caniusepython3 | ||
django==1.11.13 | ||
factory-boy==2.11.1 | ||
faker==0.8.15 # via factory-boy | ||
idna==2.6 # via requests | ||
isort==4.3.4 | ||
lazy-object-proxy==1.3.1 # via astroid | ||
coverage==4.5.4 # via pytest-cov | ||
ddt==1.2.1 | ||
distlib==0.2.9.post0 # via caniusepython3 | ||
django==1.11.25 | ||
factory-boy==2.12.0 | ||
faker==2.0.2 # via factory-boy | ||
idna==2.8 # via requests | ||
importlib-metadata==0.23 # via path.py, pluggy, pytest | ||
isort==4.3.21 | ||
lazy-object-proxy==1.4.2 # via astroid | ||
mccabe==0.6.1 # via pylint | ||
mock==2.0.0 | ||
more-itertools==4.1.0 # via pytest | ||
packaging==17.1 # via caniusepython3 | ||
path.py==11.0.1 | ||
pbr==4.0.3 # via mock | ||
mock==3.0.5 | ||
more-itertools==7.2.0 # via pytest, zipp | ||
packaging==19.2 # via caniusepython3, pytest | ||
path.py==12.0.1 | ||
pep8==1.7.1 | ||
pluggy==0.6.0 # via pytest | ||
py==1.5.3 # via pytest | ||
pycodestyle==2.4.0 | ||
pydocstyle==2.1.1 | ||
pylint==1.9.1 | ||
pyparsing==2.2.0 # via packaging | ||
pytest-cov==2.5.1 | ||
pytest-django==3.2.1 | ||
pytest==3.5.1 # via pytest-cov, pytest-django | ||
python-dateutil==2.7.3 # via faker | ||
pytz==2018.4 # via django | ||
requests==2.18.4 # via caniusepython3 | ||
six==1.11.0 # via astroid, faker, mock, more-itertools, packaging, pydocstyle, pylint, pytest, python-dateutil | ||
snowballstemmer==1.2.1 # via pydocstyle | ||
text-unidecode==1.2 # via faker | ||
urllib3==1.22 # via requests | ||
wrapt==1.10.11 # via astroid | ||
pluggy==0.13.0 # via pytest | ||
py==1.8.0 # via pytest | ||
pycodestyle==2.5.0 | ||
pydocstyle==4.0.1 | ||
pylint==2.4.2 | ||
pyparsing==2.4.2 # via packaging | ||
pytest-cov==2.7.1 | ||
pytest-django==3.5.1 | ||
pytest==5.2.0 # via pytest-cov, pytest-django | ||
python-dateutil==2.8.0 # via faker | ||
pytz==2019.2 # via django | ||
requests==2.22.0 # via caniusepython3 | ||
six==1.12.0 # via astroid, faker, mock, packaging, python-dateutil | ||
snowballstemmer==1.9.1 # via pydocstyle | ||
text-unidecode==1.3 # via faker | ||
typed-ast==1.4.0 # via astroid | ||
urllib3==1.25.6 # via requests | ||
wcwidth==0.1.7 # via pytest | ||
wrapt==1.11.2 # via astroid | ||
zipp==0.6.0 # via importlib-metadata |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,22 +4,30 @@ | |
# | ||
# pip-compile --output-file requirements/test.txt requirements/base.in requirements/test.in | ||
# | ||
attrs==18.1.0 # via pytest | ||
coverage==4.5.1 # via pytest-cov | ||
ddt==1.1.3 | ||
django==1.11.13 | ||
factory-boy==2.11.1 | ||
faker==0.8.15 # via factory-boy | ||
mock==2.0.0 | ||
more-itertools==4.1.0 # via pytest | ||
path.py==11.0.1 | ||
pbr==4.0.3 # via mock | ||
pluggy==0.6.0 # via pytest | ||
py==1.5.3 # via pytest | ||
pytest-cov==2.5.1 | ||
pytest-django==3.2.1 | ||
pytest==3.5.1 # via pytest-cov, pytest-django | ||
python-dateutil==2.7.3 # via faker | ||
pytz==2018.4 # via django | ||
six==1.11.0 # via faker, mock, more-itertools, pytest, python-dateutil | ||
text-unidecode==1.2 # via faker | ||
--index-url https://pypi.org/simple/ | ||
--extra-index-url https://saleem.latif:[email protected]/intechww/api/pypi/pypi-virtual/simple | ||
|
||
atomicwrites==1.3.0 # via pytest | ||
attrs==19.2.0 # via pytest | ||
coverage==4.5.4 # via pytest-cov | ||
ddt==1.2.1 | ||
django==1.11.25 | ||
factory-boy==2.12.0 | ||
faker==2.0.2 # via factory-boy | ||
importlib-metadata==0.23 # via path.py, pluggy, pytest | ||
mock==3.0.5 | ||
more-itertools==7.2.0 # via pytest, zipp | ||
packaging==19.2 # via pytest | ||
path.py==12.0.1 | ||
pluggy==0.13.0 # via pytest | ||
py==1.8.0 # via pytest | ||
pyparsing==2.4.2 # via packaging | ||
pytest-cov==2.7.1 | ||
pytest-django==3.5.1 | ||
pytest==5.2.0 # via pytest-cov, pytest-django | ||
python-dateutil==2.8.0 # via faker | ||
pytz==2019.2 # via django | ||
six==1.12.0 # via faker, mock, packaging, python-dateutil | ||
text-unidecode==1.3 # via faker | ||
wcwidth==0.1.7 # via pytest | ||
zipp==0.6.0 # via importlib-metadata |