mirror of https://github.com/nucypher/nucypher.git
remove temporary hack for setuptools==72
parent
f8a962d782
commit
0ebe4d348c
|
@ -47,9 +47,7 @@ jobs:
|
|||
run: python -m pip install --upgrade pip
|
||||
|
||||
- name: Install packages (incl. updated code)
|
||||
run: |
|
||||
export PIP_CONSTRAINT="$(pwd)/constraints.txt"
|
||||
pip install .[dev]
|
||||
run: pip install .[dev]
|
||||
|
||||
- name: Check CLI Entrypoint
|
||||
run: nucypher --help
|
||||
|
|
|
@ -44,9 +44,7 @@ jobs:
|
|||
run: python -m pip install --upgrade pip
|
||||
|
||||
- name: Install packages (incl. updated code)
|
||||
run: |
|
||||
export PIP_CONSTRAINT="$(pwd)/constraints.txt"
|
||||
pip install .[dev]
|
||||
run: pip install .[dev]
|
||||
|
||||
- name: Check CLI Entrypoint
|
||||
run: nucypher --help
|
||||
|
|
|
@ -22,7 +22,6 @@ jobs:
|
|||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
export PIP_CONSTRAINT="$(pwd)/constraints.txt"
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install ruff
|
||||
pip install .
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
setuptools==71.0.4 ; python_version >= "3.9" and python_version < "4"
|
|
@ -149,7 +149,7 @@ rpds-py==0.19.1 ; python_version >= "3.9" and python_version < "4"
|
|||
safe-pysha3==1.0.4 ; python_version >= "3.9" and python_version < "4" and implementation_name == "cpython"
|
||||
semantic-version==2.10.0 ; python_version >= "3.9" and python_version < "4"
|
||||
service-identity==24.1.0 ; python_version >= "3.9" and python_version < "4"
|
||||
setuptools==71.0.4 ; python_version >= "3.9" and python_version < "4"
|
||||
setuptools==72.1.0 ; python_version >= "3.9" and python_version < "4"
|
||||
siwe==4.2.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
six==1.16.0 ; python_version >= "3.9" and python_version < "4"
|
||||
snaptime==0.2.4 ; python_version >= "3.9" and python_version < "4"
|
||||
|
|
|
@ -4035,19 +4035,19 @@ tests = ["coverage[toml] (>=5.0.2)", "pytest"]
|
|||
|
||||
[[package]]
|
||||
name = "setuptools"
|
||||
version = "71.0.4"
|
||||
version = "72.1.0"
|
||||
description = "Easily download, build, install, upgrade, and uninstall Python packages"
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "setuptools-71.0.4-py3-none-any.whl", hash = "sha256:ed2feca703be3bdbd94e6bb17365d91c6935c6b2a8d0bb09b66a2c435ba0b1a5"},
|
||||
{file = "setuptools-71.0.4.tar.gz", hash = "sha256:48297e5d393a62b7cb2a10b8f76c63a73af933bd809c9e0d0d6352a1a0135dd8"},
|
||||
{file = "setuptools-72.1.0-py3-none-any.whl", hash = "sha256:5a03e1860cf56bb6ef48ce186b0e557fdba433237481a9a625176c2831be15d1"},
|
||||
{file = "setuptools-72.1.0.tar.gz", hash = "sha256:8d243eff56d095e5817f796ede6ae32941278f542e0f941867cc05ae52b162ec"},
|
||||
]
|
||||
|
||||
[package.extras]
|
||||
core = ["importlib-metadata (>=6)", "importlib-resources (>=5.10.2)", "jaraco.text (>=3.7)", "more-itertools (>=8.8)", "ordered-set (>=3.1.1)", "packaging (>=24)", "platformdirs (>=2.6.2)", "tomli (>=2.0.1)", "wheel (>=0.43.0)"]
|
||||
doc = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "pyproject-hooks (!=1.1)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (>=1,<2)", "sphinx-reredirects", "sphinxcontrib-towncrier"]
|
||||
test = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "importlib-metadata", "ini2toml[lite] (>=0.14)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "jaraco.test", "mypy (==1.10.0)", "packaging (>=23.2)", "pip (>=19.1)", "pyproject-hooks (!=1.1)", "pytest (>=6,!=8.1.*)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-home (>=0.5)", "pytest-mypy", "pytest-perf", "pytest-ruff (<0.4)", "pytest-ruff (>=0.2.1)", "pytest-ruff (>=0.3.2)", "pytest-subprocess", "pytest-timeout", "pytest-xdist (>=3)", "tomli", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"]
|
||||
test = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "importlib-metadata", "ini2toml[lite] (>=0.14)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "jaraco.test", "mypy (==1.11.*)", "packaging (>=23.2)", "pip (>=19.1)", "pyproject-hooks (!=1.1)", "pytest (>=6,!=8.1.*)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-home (>=0.5)", "pytest-mypy", "pytest-perf", "pytest-ruff (<0.4)", "pytest-ruff (>=0.2.1)", "pytest-ruff (>=0.3.2)", "pytest-subprocess", "pytest-timeout", "pytest-xdist (>=3)", "tomli", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"]
|
||||
|
||||
[[package]]
|
||||
name = "siwe"
|
||||
|
@ -4988,4 +4988,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.9,<4"
|
||||
content-hash = "b8416787aa6716da95489f07ca6ffe7c78bf64c679393b1fb75bb47574fd8e86"
|
||||
content-hash = "6913cbbf87e36397bc5574b0b10e7ca51cf4569aa1db767ad9d3e441aa17168e"
|
||||
|
|
|
@ -25,7 +25,6 @@ marshmallow = '*'
|
|||
appdirs = '*'
|
||||
constant-sorrow = '^0.1.0a9'
|
||||
prometheus-client = '*'
|
||||
setuptools = "<71.1.0"
|
||||
siwe = "^4.2.0"
|
||||
time-machine = "^2.13.0"
|
||||
twisted = "^24.2.0rc1"
|
||||
|
|
|
@ -79,7 +79,7 @@ requests==2.32.3 ; python_version >= "3.9" and python_version < "4"
|
|||
rlp==4.0.1 ; python_version >= "3.9" and python_version < "4"
|
||||
rpds-py==0.19.1 ; python_version >= "3.9" and python_version < "4"
|
||||
service-identity==24.1.0 ; python_version >= "3.9" and python_version < "4"
|
||||
setuptools==71.0.4 ; python_version >= "3.9" and python_version < "4"
|
||||
setuptools==72.1.0 ; python_version >= "3.9" and python_version < "4"
|
||||
siwe==4.2.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
six==1.16.0 ; python_version >= "3.9" and python_version < "4"
|
||||
snaptime==0.2.4 ; python_version >= "3.9" and python_version < "4"
|
||||
|
|
Loading…
Reference in New Issue