Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
Make Scrutinizer work again
Browse files Browse the repository at this point in the history
  • Loading branch information
xispa authored Apr 29, 2020
1 parent ff0c562 commit 20ef2e1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@
"archetypes.schemaextender",
"senaite.lims>=1.3.3.1",
"senaite.panic",

# TO REMOVE when core 1.3.4 gets published
# These dependencies are required by Scrutinizer
# cssselect2 0.3.0 does not support Python 2.x anymore
'cssselect2<0.3.0',
# beautifulsoup4 4.9.0 requires 'soupsieve<2.0'
'soupsieve<2.0.0',
# dependency for jsonapi
'simplejson',
],
extras_require={
'test': [
Expand Down

0 comments on commit 20ef2e1

Please sign in to comment.