We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7baf258 + 41b1a4d commit 06f44b3Copy full SHA for 06f44b3
datajoint/plugin.py
@@ -1,7 +1,7 @@
1
import logging
2
from pathlib import Path
3
4
-import pkg_resources
+import pkg_resources # requires setuptools<82
5
from cryptography.exceptions import InvalidSignature
6
from otumat import hash_pkg, verify
7
pyproject.toml
@@ -22,7 +22,7 @@ dependencies = [
22
"faker",
23
"cryptography",
24
"urllib3",
25
- "setuptools",
+ "setuptools<82", # pkg_resources removed in 82.0.0
26
]
27
requires-python = ">=3.9,<4.0"
28
authors = [
0 commit comments