Skip to content

Commit f446e2f

Browse files
committed
[IMP] packaging: sort requirements
X-original-commit: 32f3e35 Part-of: odoo#78781
1 parent 38deea6 commit f446e2f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,22 @@ psutil==5.6.6
2929
psycopg2==2.7.7; sys_platform != 'win32' and python_version < '3.8'
3030
psycopg2==2.8.6; sys_platform == 'win32' or python_version >= '3.8'
3131
pydot==1.4.1
32-
python-ldap==3.2.0; sys_platform != 'win32'
32+
pyopenssl==19.0.0
3333
PyPDF2==1.26.0
34+
pypiwin32 ; sys_platform == 'win32'
3435
pyserial==3.4
3536
python-dateutil==2.7.3
37+
python-ldap==3.2.0; sys_platform != 'win32'
38+
python-stdnum==1.13
3639
pytz==2019.3
3740
pyusb==1.0.2
3841
qrcode==6.1
3942
reportlab==3.5.59 # version < 3.5.54 are not compatible with Pillow 8.1.2 and 3.5.59 is bullseye
4043
requests==2.22.0
41-
zeep==3.4.0
42-
python-stdnum==1.13
4344
vobject==0.9.6.1
4445
Werkzeug==0.16.1
45-
XlsxWriter==1.1.2
46-
xlwt==1.3.*
4746
xlrd==1.1.0; python_version < '3.8'
4847
xlrd==1.2.0; python_version >= '3.8'
49-
pypiwin32 ; sys_platform == 'win32'
50-
pyopenssl==19.0.0
48+
XlsxWriter==1.1.2
49+
xlwt==1.3.*
50+
zeep==3.4.0

0 commit comments

Comments
 (0)