Skip to content

Commit

Permalink
fix: pin setuptools in build-system (#1505)
Browse files Browse the repository at this point in the history
Relates #1500.
  • Loading branch information
rwoll committed Aug 16, 2022
1 parent 89d4662 commit 87ca3f1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion local-requirements.txt
Expand Up @@ -17,7 +17,7 @@ pytest-timeout==2.1.0
pytest-xdist==2.5.0
requests==2.28.1
service_identity==21.1.0
setuptools==63.4.2
setuptools==60.9.3
twine==4.0.1
twisted==22.4.0
types-pyOpenSSL==22.0.10
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools-scm==7.0.5", "wheel==0.37.1", "auditwheel==5.1.2"]
requires = ["setuptools==60.9.3", "setuptools-scm==7.0.5", "wheel==0.37.1", "auditwheel==5.1.2"]
build-backend = "setuptools.build_meta"

[tool.pytest.ini_options]
Expand Down
Empty file removed scripts/__init__.py
Empty file.

0 comments on commit 87ca3f1

Please sign in to comment.