Skip to content

Commit 5403ded

Browse files
committed
pas.plugins.authomatic only in the setup.py is not enough. Adding it to requirements.txt as well.
1 parent 3277999 commit 5403ded

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://github.com/plone/meta/tree/main/config/default
33
# See the inline comments on how to expand/tweak this configuration file
44
[build-system]
5-
requires = ["setuptools>=68.2"]
5+
requires = ["setuptools>=75.8.2"]
66

77
[tool.towncrier]
88
directory = "news/"

backend/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
-c constraints.txt
2-
collective.exportimport
2+
collective.exportimport
3+
pas.plugins.authomatic

0 commit comments

Comments
 (0)