We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5714ee1 commit 77aa7e2Copy full SHA for 77aa7e2
requirements.txt
@@ -78,7 +78,6 @@ rjsmin==1.2.0 ; python_version >= '3.11'
78
rl-renderPM==4.0.3 ; sys_platform == 'win32' and python_version >= '3.12' # Needed by reportlab 4.1.0 but included in deb package
79
urllib3==1.26.5 ; python_version < '3.12' # indirect / min version = 1.25.8 (Focal with security backports)
80
urllib3==2.0.7 ; python_version >= '3.12' # (Noble) Compatibility with cryptography
81
-typing_extensions==4.4.0 ; python_version < '3.12'
82
vobject==0.9.6.1
83
Werkzeug==2.0.2 ; python_version <= '3.10'
84
Werkzeug==2.2.2 ; python_version > '3.10' and python_version < '3.12'
0 commit comments