Skip to content

Commit

Permalink
[FIX] requirements: remove gevent double requirements on win32
Browse files Browse the repository at this point in the history
Fixes odoo#62214

closes odoo#62477

X-original-commit: 45afa3a
Signed-off-by: Christophe Monniez (moc) <[email protected]>
  • Loading branch information
d-fence committed Nov 27, 2020
1 parent 9d0773b commit 4b8504a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ feedparser==5.2.1
freezegun==0.3.11
gevent==1.1.2 ; sys_platform != 'win32' and python_version < '3.7'
gevent==1.5.0 ; python_version >= '3.7'
gevent==1.4.0 ; sys_platform == 'win32'
gevent==1.4.0 ; sys_platform == 'win32' and python_version < '3.7'
greenlet==0.4.10 ; python_version < '3.7'
greenlet==0.4.15 ; python_version >= '3.7'
html2text==2018.1.9
Expand Down

0 comments on commit 4b8504a

Please sign in to comment.