diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 89c94159..bcc5cdec 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -26,7 +26,7 @@ Alternatively, if you don't want to create an account on GitHub you can also use ## Package Management If you want to add new dependencies to the project, make sure their license is compatible with the MIT license. -You can automatically generate attributions via `pipenv run pip-licenses -csaum > ATTRIBUTIONS.md` +You can automatically generate attributions via `pipenv run pip-licenses -sau --from classifier -f markdown > ATTRIBUTIONS.md` This Project uses [Pipenv](https://github.com/pypa/pipenv/) for managing Python Packages.
Install new dependencies from pypi via `pipenv install `. diff --git a/.travis.yml b/.travis.yml index 9ddd30a4..4135d05c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,5 +20,5 @@ after_success: - pipenv run codecov - pipenv run coveralls - pipenv run python-codacy-coverage -r coverage.xml - - diff ATTRIBUTIONS.md <(pipenv run pip-licenses -csaum) + - diff ATTRIBUTIONS.md <(pipenv run pip-licenses -sau --from classifier -f markdown) - pipenv lock -r > requirements.txt && fossa diff --git a/ATTRIBUTIONS.md b/ATTRIBUTIONS.md index 7623b216..7abff32c 100644 --- a/ATTRIBUTIONS.md +++ b/ATTRIBUTIONS.md @@ -7,12 +7,12 @@ | PTable | 0.9.2 | BSD License | Luke Maurits | https://github.com/kxxoling/PTable | | PyYAML | 5.1.2 | MIT License | Kirill Simonov | https://github.com/yaml/pyyaml | | Pygments | 2.4.2 | BSD License | Georg Brandl | http://pygments.org/ | -| astroid | 2.2.5 | UNKNOWN | Python Code Quality Authority | https://github.com/PyCQA/astroid | +| astroid | 2.3.0 | UNKNOWN | Python Code Quality Authority | https://github.com/PyCQA/astroid | | atomicwrites | 1.3.0 | MIT License | Markus Unterwaditzer | https://github.com/untitaker/python-atomicwrites | | attrs | 19.1.0 | MIT License | Hynek Schlawack | https://www.attrs.org/ | | autopep8 | 1.4.4 | MIT License | Hideo Hattori | https://github.com/hhatto/autopep8 | | bandit | 1.6.2 | Apache Software License | PyCQA | https://bandit.readthedocs.io/en/latest/ | -| certifi | 2019.6.16 | Mozilla Public License 2.0 (MPL 2.0) | Kenneth Reitz | https://certifi.io/ | +| certifi | 2019.9.11 | Mozilla Public License 2.0 (MPL 2.0) | Kenneth Reitz | https://certifi.io/ | | chardet | 3.0.4 | GNU Library or Lesser General Public License (LGPL) | Daniel Blanchard | https://github.com/chardet/chardet | | codacy-coverage | 1.3.11 | MIT License | Codacy | https://github.com/codacy/python-codacy-coverage | | codecov | 2.0.15 | Apache Software License | @codecov | http://github.com/codecov/codecov-python | @@ -40,11 +40,11 @@ | mypy | 0.720 | MIT License | Jukka Lehtosalo | http://www.mypy-lang.org/ | | mypy-extensions | 0.4.1 | MIT License | The mypy developers | http://www.mypy-lang.org/ | | numpy | 1.17.2 | UNKNOWN | Travis E. Oliphant et al. | https://www.numpy.org | -| packaging | 19.1 | Apache Software License, BSD License | Donald Stufft and individual contributors | https://github.com/pypa/packaging | +| packaging | 19.2 | Apache Software License, BSD License | Donald Stufft and individual contributors | https://github.com/pypa/packaging | | pandas | 0.25.1 | UNKNOWN | UNKNOWN | http://pandas.pydata.org | | parso | 0.5.1 | MIT License | David Halter | https://github.com/davidhalter/parso | | pbr | 5.4.3 | Apache Software License | OpenStack | https://docs.openstack.org/pbr/latest/ | -| pip | 19.1.1 | MIT License | The pip developers | https://pip.pypa.io/ | +| pip | 19.2.3 | MIT License | The pip developers | https://pip.pypa.io/ | | pip-licenses | 1.15.2 | MIT License | raimon | https://github.com/raimon49/pip-licenses | | pluggy | 0.12.0 | MIT License | Holger Krekel | https://github.com/pytest-dev/pluggy | | prompt-toolkit | 2.0.9 | BSD License | Jonathan Slenders | https://github.com/jonathanslenders/python-prompt-toolkit | @@ -56,7 +56,7 @@ | pydocstyle | 4.0.1 | MIT License | Amir Rachum | https://github.com/PyCQA/pydocstyle/ | | pyflakes | 2.1.1 | MIT License | A lot of people | https://github.com/PyCQA/pyflakes | | pylama | 7.7.1 | UNKNOWN | UNKNOWN | UNKNOWN | -| pylint | 2.3.1 | GNU General Public License (GPL) | Python Code Quality Authority | https://github.com/PyCQA/pylint | +| pylint | 2.4.1 | GNU General Public License (GPL) | Python Code Quality Authority | https://github.com/PyCQA/pylint | | pylint-django | 2.0.11 | UNKNOWN | landscape.io | https://github.com/PyCQA/pylint-django | | pylint-plugin-utils | 0.5 | UNKNOWN | landscape.io | https://github.com/landscapeio/pylint-plugin-utils | | pyparsing | 2.4.2 | MIT License | Paul McGuire | https://github.com/pyparsing/pyparsing/ | @@ -76,7 +76,7 @@ | tk | 0.1.0 | Apache Software License | Kai Jin | https://github.com/atranitell/TensorKit | | typed-ast | 1.4.0 | UNKNOWN | David Fisher | https://github.com/python/typed_ast | | typing-extensions | 3.7.4 | Python Software Foundation License | Guido van Rossum, Jukka Lehtosalo, Lukasz Langa, Michael Lee | https://github.com/python/typing/blob/master/typing_extensions/README.rst | -| urllib3 | 1.25.3 | MIT License | Andrey Petrov | https://urllib3.readthedocs.io/ | +| urllib3 | 1.25.6 | MIT License | Andrey Petrov | https://urllib3.readthedocs.io/ | | virtualenv | 16.7.5 | MIT License | Ian Bicking | https://virtualenv.pypa.io/ | | virtualenv-clone | 0.5.3 | MIT License | Edward George | https://github.com/edwardgeorge/virtualenv-clone | | wcwidth | 0.1.7 | MIT License | Jeff Quast | https://github.com/jquast/wcwidth |