diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2021-10-24 18:10:59 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-10-24 18:42:43 -0400 |
| commit | 7f202c43e24570476a91b0ab3b1b02aba2b05d3d (patch) | |
| tree | 7324162fae90b97201dab8fe6efb64eeebeb7558 /requirements/dev.pip | |
| parent | 8a0273d15d17d0e00ba4bfa05ffe46d372f979e7 (diff) | |
| download | python-coveragepy-git-7f202c43e24570476a91b0ab3b1b02aba2b05d3d.tar.gz | |
chore: make upgrade
Diffstat (limited to 'requirements/dev.pip')
| -rw-r--r-- | requirements/dev.pip | 229 |
1 files changed, 205 insertions, 24 deletions
diff --git a/requirements/dev.pip b/requirements/dev.pip index 10178192..eb76f0a8 100644 --- a/requirements/dev.pip +++ b/requirements/dev.pip @@ -1,28 +1,209 @@ -# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 -# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt - -# Requirements for doing local development work on coverage.py. -# https://requires.io/github/nedbat/coveragepy/requirements/ - --c pins.pip --r pip.pip - -#pluggy==1.0.0 - -# PyPI requirements for running tests. -tox --r pytest.pip - -# for linting. -greenlet==1.1.1 -pylint==2.11.1 +# +# This file is autogenerated by pip-compile with python 3.8 +# To update, run: +# +# make upgrade +# +astroid==2.8.3 + # via pylint +attrs==21.2.0 + # via + # -r requirements/pytest.pip + # hypothesis + # pytest +backports.entry-points-selectable==1.1.0 + # via + # -r requirements/pip.pip + # virtualenv +backports.functools-lru-cache==1.6.4 + # via + # -r requirements/pytest.pip + # pycontracts +bleach==4.1.0 + # via readme-renderer +build==0.7.0 + # via check-manifest +certifi==2021.10.8 + # via requests +charset-normalizer==2.0.7 + # via requests check-manifest==0.47 -readme_renderer==29.0 - -# for kitting. + # via -r requirements/dev.in +colorama==0.4.4 + # via twine +decorator==5.1.0 + # via + # -r requirements/pytest.pip + # pycontracts +distlib==0.3.3 + # via + # -r requirements/pip.pip + # virtualenv +docutils==0.16 + # via + # -c requirements/pins.pip + # readme-renderer +execnet==1.9.0 + # via + # -r requirements/pytest.pip + # pytest-xdist +filelock==3.3.1 + # via + # -r requirements/pip.pip + # tox + # virtualenv +flaky==3.7.0 + # via -r requirements/pytest.pip +future==0.18.2 + # via + # -r requirements/pytest.pip + # pycontracts +greenlet==1.1.2 + # via -r requirements/dev.in +hypothesis==6.24.0 + # via -r requirements/pytest.pip +idna==3.3 + # via requests +importlib-metadata==4.8.1 + # via + # keyring + # twine +iniconfig==1.1.1 + # via + # -r requirements/pytest.pip + # pytest +isort==5.9.3 + # via pylint +jedi==0.18.0 + # via pudb +keyring==23.2.1 + # via twine +lazy-object-proxy==1.6.0 + # via astroid +libsass==0.21.0 + # via -r requirements/dev.in +mccabe==0.6.1 + # via pylint +packaging==21.0 + # via + # -r requirements/pytest.pip + # bleach + # build + # pytest + # tox +parso==0.8.2 + # via jedi +pep517==0.12.0 + # via build +pkginfo==1.7.1 + # via twine +platformdirs==2.4.0 + # via + # -r requirements/pip.pip + # pylint + # virtualenv +pluggy==1.0.0 + # via + # -r requirements/pytest.pip + # pytest + # tox +pudb==2021.1 + # via -r requirements/dev.in +py==1.10.0 + # via + # -r requirements/pytest.pip + # pytest + # pytest-forked + # tox +pycontracts @ git+https://github.com/slorg1/contracts@collections_and_validator + # via -r requirements/pytest.pip +pygments==2.10.0 + # via + # pudb + # readme-renderer +pylint==2.11.1 + # via -r requirements/dev.in +pyparsing==3.0.1 + # via + # -r requirements/pytest.pip + # packaging + # pycontracts +pytest==6.2.5 + # via + # -r requirements/pytest.pip + # pytest-forked + # pytest-xdist +pytest-forked==1.3.0 + # via + # -r requirements/pytest.pip + # pytest-xdist +pytest-xdist==2.4.0 + # via -r requirements/pytest.pip +qualname==0.1.0 + # via + # -r requirements/pytest.pip + # pycontracts +readme-renderer==30.0 + # via + # -r requirements/dev.in + # twine requests==2.26.0 + # via + # -r requirements/dev.in + # requests-toolbelt + # twine +requests-toolbelt==0.9.1 + # via twine +rfc3986==1.5.0 + # via twine +six==1.16.0 + # via + # -r requirements/pip.pip + # -r requirements/pytest.pip + # bleach + # libsass + # pycontracts + # tox + # virtualenv +sortedcontainers==2.4.0 + # via + # -r requirements/pytest.pip + # hypothesis +toml==0.10.2 + # via + # -r requirements/pytest.pip + # check-manifest + # pylint + # pytest + # tox +tomli==1.2.1 + # via + # build + # pep517 +tox==3.24.4 + # via -r requirements/dev.in +tqdm==4.62.3 + # via twine twine==3.4.2 -libsass==0.21.0 + # via -r requirements/dev.in +typing-extensions==3.10.0.2 + # via + # astroid + # pylint +urllib3==1.26.7 + # via requests +urwid==2.1.2 + # via pudb +virtualenv==20.9.0 + # via + # -r requirements/pip.pip + # tox +webencodings==0.5.1 + # via bleach +wrapt==1.13.2 + # via astroid +zipp==3.6.0 + # via importlib-metadata -# Just so I have a debugger if I want it. -pudb==2021.1 +# The following packages are considered to be unsafe in a requirements file: +# setuptools |
