We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76b0acd commit 5d30cfbCopy full SHA for 5d30cfb
1 file changed
pyproject.toml
@@ -64,7 +64,8 @@ dependencies = [
64
"ssdeep==3.4",
65
"stpyv8==13.1.201.22",
66
"yara-python==4.5.4",
67
- "zope.interface==8.1",
+ "zope.interface==8.0.1; python_version < '3.10'",
68
+ "zope.interface==8.1; python_version > '3.9'",
69
]
70
keywords = [
71
"honeyclient",
0 commit comments