Skip to content

Commit 92091e0

Browse files
committed
Add back setuptools
Was added to testing requirements in #9818 But that was lost in: #9842 Moving to optional dep group as it's only needed for coreapi
1 parent 3559fa5 commit 92091e0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ optional = [
7474
"psycopg[binary]>=3.1.8",
7575
"pygments>=2.17,<2.20",
7676
"pyyaml>=5.3.1,<6.1",
77+
# setuptools is needed for coreapi (imports pkg_resources)
78+
"setuptools",
7779
]
7880
django42 = [ "django>=4.2,<5.0" ]
7981
django50 = [ "django>=5.0,<5.1" ]

0 commit comments

Comments
 (0)