|
| 1 | +# The officially supported versions of the following packages are their |
| 2 | +# python3-* equivalent distributed in Ubuntu 24.04 and Debian 12 |
| 3 | +asn1crypto==1.5.1 ; python_version >= '3.11' |
| 4 | +Babel==2.10.3 ; python_version >= '3.11' |
| 5 | +cbor2==5.6.2 ; python_version >= '3.12' |
| 6 | +chardet==5.2.0 ; python_version >= '3.11' |
| 7 | +cryptography==42.0.8 ; python_version >= '3.12' # (Noble) min 41.0.7, pinning 42.0.8 for security fixes |
| 8 | +decorator==5.1.1 ; python_version >= '3.11' |
| 9 | +docutils==0.20.1 ; python_version >= '3.11' |
| 10 | +freezegun==1.2.1 ; python_version >= '3.11' |
| 11 | +geoip2==2.9.0 |
| 12 | +gevent==24.2.1 ; sys_platform != 'win32' and python_version >= '3.12' # (Noble) |
| 13 | +greenlet==3.0.3 ; sys_platform != 'win32' and python_version >= '3.12' # (Noble) |
| 14 | +idna==3.7 ; python_version >= '3.12' |
| 15 | +Jinja2==3.1.3 ; python_version > '3.10' |
| 16 | +libsass==0.22.0 ; python_version >= '3.11' # (Noble) Mostly to have a wheel package |
| 17 | +lxml==5.2.1; python_version >= '3.12' # (Noble - removed html clean) |
| 18 | +lxml-html-clean; python_version >= '3.12' # (Noble - removed from lxml, unpinned for futur security patches) |
| 19 | +MarkupSafe==2.1.5 ; python_version >= '3.12' # (Noble) Mostly to have a wheel package |
| 20 | +num2words==0.5.13 ; python_version >= '3.12' |
| 21 | +ofxparse==0.21 |
| 22 | +openpyxl==3.1.2 ; python_version >= '3.12' |
| 23 | +passlib==1.7.4 # min version = 1.7.2 (Focal with security backports) |
| 24 | +Pillow==10.3.0 ; python_version >= '3.12' # (Noble) Mostly to have a wheel package |
| 25 | +polib==1.1.1 |
| 26 | +psutil==5.9.4 ; python_version > '3.10' and python_version < '3.12' |
| 27 | +psutil==5.9.8 ; python_version >= '3.12' # (Noble) Mostly to have a wheel package |
| 28 | +psycopg2==2.9.9 ; python_version >= '3.12' # (Noble) Mostly to have a wheel package |
| 29 | +pyopenssl==24.1.0 ; python_version >= '3.12' # (Noble) min 23.2.0, pinned for compatibility with cryptography==42.0.8 and security patches |
| 30 | +PyPDF2==2.12.1 ; python_version > '3.10' |
| 31 | +pyserial==3.5 |
| 32 | +python-dateutil==2.8.2 ; python_version >= '3.11' |
| 33 | +python-ldap==3.4.4 ; sys_platform != 'win32' and python_version >= '3.12' # (Noble) Mostly to have a wheel package |
| 34 | +python-stdnum==1.19 ; python_version >= '3.11' |
| 35 | +pytz # no version pinning to avoid OS perturbations |
| 36 | +pyusb==1.2.1 |
| 37 | +qrcode==7.4.2 ; python_version >= '3.11' |
| 38 | +reportlab==4.1.0 ; python_version >= '3.12' # (Noble) Mostly to have a wheel package |
| 39 | +requests==2.32.0 ; python_version >= '3.11' # (Noble) |
| 40 | +rjsmin==1.2.0 ; python_version >= '3.11' |
| 41 | +urllib3==2.0.7 ; python_version >= '3.12' # (Noble) Compatibility with cryptography |
| 42 | +vobject==0.9.6.1 |
| 43 | +Werkzeug==3.0.3 ; python_version >= '3.12' # (Noble) Avoid deprecation warnings |
| 44 | +xlrd==2.0.1 ; python_version >= '3.12' |
| 45 | +XlsxWriter==3.1.9 ; python_version >= '3.12' |
| 46 | +xlwt==1.3.0 |
| 47 | +zeep==4.2.1 ; python_version >= '3.11' |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | +setuptools==73.0.1 |
| 55 | + |
| 56 | +# Not part of official requirements, but used by some addons |
| 57 | +# colorama==0.3.9 |
| 58 | +gdata==2.0.18 |
| 59 | +html5lib==1.1 |
| 60 | +odfpy==1.4.1 |
| 61 | +pyinotify==0.9.6 |
| 62 | +simplejson==3.19.3 |
| 63 | + |
| 64 | + |
| 65 | +# test / lint |
| 66 | +# those libs and their dependencies are unpinned |
| 67 | +# to always test with the last version of it |
| 68 | +flake8 |
| 69 | +pytest==8.3.2 |
| 70 | +pluggy |
| 71 | +coverage |
| 72 | +pytest-odoo>=0.4.7 |
| 73 | +pytest-cov>=2.10.0 |
| 74 | +watchdog |
| 75 | + |
| 76 | +# Library dependency |
| 77 | +argh==0.31.3 |
| 78 | +atomicwrites==1.4.1 |
| 79 | +attrs==24.2.0 |
| 80 | +beautifulsoup4==4.12.3 |
| 81 | +future==1.0.0 |
| 82 | +mccabe==0.7.0 |
| 83 | +more-itertools==10.4.0 |
| 84 | +pbr==6.0.0 |
| 85 | +pexpect==4.9.0 |
| 86 | +ptyprocess==0.7.0 |
| 87 | +py==1.11.0 |
| 88 | +pycodestyle==2.12.1 |
| 89 | +pyflakes==3.2.0 |
| 90 | +unicodecsv==0.14.1 |
| 91 | +wrapt==1.16.0 |
0 commit comments