Skip to content

Commit

Permalink
Lift setuptools version restriction
Browse files Browse the repository at this point in the history
It has https issues with pypi.org since 2020-10-14.
This means odoo-autodiscover>=2 must be used
on Odoo<=10 projects.
See also acsone/setuptools-odoo#10
  • Loading branch information
sbidoul committed Oct 14, 2020
1 parent 14e2b31 commit b9c6ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ install_requires =
lxml # pylint-odoo dep not installed automatically?
pip>=9.0.1
pylint-odoo==3.1.0
setuptools>=20,<31
setuptools, # must use odoo-autodiscover>=2 in Odoo<=10
wheel>=0.29
bumpversion

Expand Down

0 comments on commit b9c6ef1

Please sign in to comment.