Skip to content

Commit

Permalink
removing interface dependency and docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
nilbacardit26 committed Aug 2, 2024
1 parent 2c35bfc commit 5369599
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"coverage",
"pytest-cov",
"pytest-docker-fixtures[pg]>=1.3.0",
"docker>=6.0.0,<=6.1.3",
"docker",
]


Expand Down Expand Up @@ -40,7 +40,6 @@
"guillotina>=6.0.0a16",
"pydantic",
"elasticsearch[async]>=8.0.0,<=8.12.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 5369599

Please sign in to comment.