Newer
Older
gevent==1.1.2 ; sys_platform != 'win32' and python_version < '3.7'
gevent==1.4.0 ; sys_platform == 'win32' and python_version < '3.7'
greenlet==0.4.10 ; python_version < '3.7'
greenlet==0.4.15 ; python_version == '3.7'
libsass==0.17.0
lxml==3.7.1 ; sys_platform != 'win32' and python_version < '3.7'
lxml==4.3.2 ; sys_platform != 'win32' and python_version == '3.7'
# lxml 4.6.1 has incompatibility issues with python 3.10
lxml==4.6.5 ; sys_platform != 'win32' and python_version > '3.7' # min version = 4.5.0 (Focal - with security backports)
lxml ; sys_platform == 'win32'
Mako==1.0.7
MarkupSafe==1.1.0
num2words==0.5.6
passlib==1.7.1
Pillow==8.1.1 ; python_version > '3.7'
psycopg2==2.7.7; sys_platform != 'win32' and python_version < '3.8'
psycopg2==2.8.5; sys_platform == 'win32' or python_version >= '3.8'
pydot==1.4.1
python-ldap==3.1.0; sys_platform != 'win32'
pyserial==3.4
python-dateutil==2.7.3
pytz # no version pinning to avoid OS perturbations
requests==2.21.0; python_version <= '3.9'
requests==2.25.1; python_version > '3.9' # (Jammy) versions < 2.25 aren't compatible w/ urllib3 1.26. Bullseye = 2.25.1. min version = 2.22.0 (Focal)
urllib3==1.26.5; python_version > '3.9' # (Jammy) indirect / min version = 1.25.8 (Focal with security backports)
zeep==3.2.0
python-stdnum==1.8
vobject==0.9.6.1
XlsxWriter==1.1.2
pypiwin32 ; sys_platform == 'win32'