Skip to content

Commit

Permalink
[FIX] packaging: remove typing_extensions
Browse files Browse the repository at this point in the history
The typing_extensions is for dev only and should not be required to run
Odoo.

closes odoo#184564

Signed-off-by: Xavier Dollé (xdo) <[email protected]>
  • Loading branch information
d-fence committed Oct 21, 2024
1 parent 5714ee1 commit 77aa7e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ rjsmin==1.2.0 ; python_version >= '3.11'
rl-renderPM==4.0.3 ; sys_platform == 'win32' and python_version >= '3.12' # Needed by reportlab 4.1.0 but included in deb package
urllib3==1.26.5 ; python_version < '3.12' # indirect / min version = 1.25.8 (Focal with security backports)
urllib3==2.0.7 ; python_version >= '3.12' # (Noble) Compatibility with cryptography
typing_extensions==4.4.0 ; python_version < '3.12'
vobject==0.9.6.1
Werkzeug==2.0.2 ; python_version <= '3.10'
Werkzeug==2.2.2 ; python_version > '3.10' and python_version < '3.12'
Expand Down

0 comments on commit 77aa7e2

Please sign in to comment.