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 44e50e7 commit 69b1872
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 @@ -26,7 +26,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
httpx
Expand Down

0 comments on commit 69b1872

Please sign in to comment.