Skip to content

Commit 77aa7e2

Browse files
committed
[FIX] packaging: remove typing_extensions
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]>
1 parent 5714ee1 commit 77aa7e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ rjsmin==1.2.0 ; python_version >= '3.11'
7878
rl-renderPM==4.0.3 ; sys_platform == 'win32' and python_version >= '3.12' # Needed by reportlab 4.1.0 but included in deb package
7979
urllib3==1.26.5 ; python_version < '3.12' # indirect / min version = 1.25.8 (Focal with security backports)
8080
urllib3==2.0.7 ; python_version >= '3.12' # (Noble) Compatibility with cryptography
81-
typing_extensions==4.4.0 ; python_version < '3.12'
8281
vobject==0.9.6.1
8382
Werkzeug==2.0.2 ; python_version <= '3.10'
8483
Werkzeug==2.2.2 ; python_version > '3.10' and python_version < '3.12'

0 commit comments

Comments
 (0)