We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3559fa5 commit 92091e0Copy full SHA for 92091e0
1 file changed
pyproject.toml
@@ -74,6 +74,8 @@ optional = [
74
"psycopg[binary]>=3.1.8",
75
"pygments>=2.17,<2.20",
76
"pyyaml>=5.3.1,<6.1",
77
+ # setuptools is needed for coreapi (imports pkg_resources)
78
+ "setuptools",
79
]
80
django42 = [ "django>=4.2,<5.0" ]
81
django50 = [ "django>=5.0,<5.1" ]
0 commit comments