Skip to content
Snippets Groups Projects
Commit a78394a0 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:pencil: change odoorpc version

The one from requirements include a fix for python 3.10
parent 6263731b
No related branches found
Tags TAG_7.0.2.0a1
1 merge request!65Topic/default/relax odoorpc version
......@@ -2,6 +2,11 @@
History
=======
13.2.0
------
Do not require odoorpc that works with python 3.10, just be aware that you need to use the one from requirements if you want python 3.10 compatibility.
13.1.0
------
......
......@@ -13,7 +13,7 @@
license="MIT",
packages=find_packages(),
install_requires=[
"odoorpc>0.8.0",
"odoorpc>=0.8.0",
"requests_toolbelt==0.8.0",
"python-dateutil>=2.7.0",
"coloredlogs",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment