Skip to content

Commit

Permalink
zope interface
Browse files Browse the repository at this point in the history
  • Loading branch information
nilbacardit26 committed Nov 15, 2023
1 parent 73c33d9 commit dd559a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
packages=find_packages(exclude=["ez_setup"]),
install_requires=[
"guillotina>=6.4.3",
"elasticsearch[async]>=7.8.0,<8.0.0"
"elasticsearch[async]>=7.8.0,<8.0.0",
"zope.interface==5.1.0" # TODO: remove once guillotina has solved this
],
tests_require=test_requires,
extras_require={"test": test_requires},
Expand Down

0 comments on commit dd559a8

Please sign in to comment.