diff options
-rw-r--r-- | requirements/ci.pip | 23 | ||||
-rw-r--r-- | requirements/dev.pip | 2 | ||||
-rw-r--r-- | requirements/pip-tools.pip | 2 |
3 files changed, 25 insertions, 2 deletions
diff --git a/requirements/ci.pip b/requirements/ci.pip index 6f5c7ae4..6e688f4c 100644 --- a/requirements/ci.pip +++ b/requirements/ci.pip @@ -9,12 +9,24 @@ attrs==21.2.0 # -r requirements/pytest.pip # hypothesis # pytest +auditwheel==5.0.0 + # via -r requirements/ci.in backports.entry-points-selectable==1.1.0 # via virtualenv backports.functools-lru-cache==1.6.4 # via # -r requirements/pytest.pip # pycontracts +bashlex==0.16 + # via cibuildwheel +bracex==2.2 + # via cibuildwheel +build==0.7.0 + # via -r requirements/ci.in +certifi==2021.10.8 + # via cibuildwheel +cibuildwheel==2.1.3 + # via -r requirements/ci.in decorator==5.1.0 # via # -r requirements/pytest.pip @@ -44,8 +56,12 @@ iniconfig==1.1.1 packaging==21.0 # via # -r requirements/pytest.pip + # build + # cibuildwheel # pytest # tox +pep517==0.12.0 + # via build platformdirs==2.4.0 # via virtualenv pluggy==1.0.0 @@ -61,6 +77,8 @@ py==1.10.0 # tox pycontracts @ git+https://github.com/slorg1/contracts@collections_and_validator # via -r requirements/pytest.pip +pyelftools==0.27 + # via auditwheel pyparsing==3.0.1 # via # -r requirements/pytest.pip @@ -94,8 +112,13 @@ sortedcontainers==2.4.0 toml==0.10.2 # via # -r requirements/pytest.pip + # cibuildwheel # pytest # tox +tomli==1.2.2 + # via + # build + # pep517 tox==3.24.4 # via # -r requirements/ci.in diff --git a/requirements/dev.pip b/requirements/dev.pip index eb76f0a8..5346dd29 100644 --- a/requirements/dev.pip +++ b/requirements/dev.pip @@ -176,7 +176,7 @@ toml==0.10.2 # pylint # pytest # tox -tomli==1.2.1 +tomli==1.2.2 # via # build # pep517 diff --git a/requirements/pip-tools.pip b/requirements/pip-tools.pip index f5c3e310..51eb3dc3 100644 --- a/requirements/pip-tools.pip +++ b/requirements/pip-tools.pip @@ -10,7 +10,7 @@ pep517==0.12.0 # via pip-tools pip-tools==6.4.0 # via -r requirements/pip-tools.in -tomli==1.2.1 +tomli==1.2.2 # via pep517 wheel==0.37.0 # via pip-tools |