Skip to content

Commit f85b853

Browse files
committed
setup tools to satisfy pyramid due to bug
1 parent f1eae72 commit f85b853

6 files changed

Lines changed: 7 additions & 4 deletions

File tree

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ package-mode = false
1515
[tool.poetry.dependencies]
1616
cryptography = "^46.0.5"
1717
pyfxa = "^0.8.1"
18+
setuptools = ">=75.0.0"
1819
tokenlib = "^2.0.0"
1920

2021
[tool.poetry.group.tokenserver-unit-tests.dependencies]

tools/integration_tests/poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/integration_tests/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ psutil = "^7.0.0"
2323
pyjwt = "^2.10.1"
2424
pyramid = "^1.10.8"
2525
pyramid-hawkauth = "^2.0.0"
26+
setuptools = ">=75.0.0"
2627
pyfxa = "0.8.1"
2728
pytest = "^9.0.2"
2829
requests = "^2.32.4"

tools/tokenserver/poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/tokenserver/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ boto = "2.49.0"
1818
hawkauthlib = "2.0.0"
1919
mysqlclient = "2.1.1"
2020
pyramid = "^1.10.8"
21+
setuptools = ">=75.0.0"
2122
sqlalchemy = "^1.4.46"
2223
testfixtures = "^8.3.0"
2324
tokenlib = "2.0.0"

0 commit comments

Comments
 (0)