测试devops

This commit is contained in:
gqh
2023-03-14 17:02:55 +08:00
parent 2f24f102e5
commit 780269429e

View File

@@ -4,9 +4,13 @@ cryptography==3.4.8
decorator==4.4.2 decorator==4.4.2
docutils==0.16 docutils==0.16
ebaysdk==2.1.5 ebaysdk==2.1.5
freezegun==0.3.11; python_version < '3.8'
freezegun==0.3.15; python_version >= '3.8' freezegun==0.3.15; python_version >= '3.8'
gevent==1.5.0 ; python_version == '3.7' gevent==1.5.0 ; python_version == '3.7'
gevent==20.9.0 ; python_version > '3.7' and python_version <= '3.9'
gevent==21.8.0 ; python_version > '3.9' # (Jammy) gevent==21.8.0 ; python_version > '3.9' # (Jammy)
greenlet==0.4.15 ; python_version == '3.7'
greenlet==0.4.17 ; python_version > '3.7' and python_version <= '3.9'
greenlet==1.1.2 ; python_version > '3.9' # (Jammy) greenlet==1.1.2 ; python_version > '3.9' # (Jammy)
idna==2.8 idna==2.8
Jinja2==2.11.3 # min version = 2.10.1 (Focal - with security backports) Jinja2==2.11.3 # min version = 2.10.1 (Focal - with security backports)
@@ -14,11 +18,13 @@ libsass==0.18.0
lxml==4.6.5 # min version = 4.5.0 (Focal - with security backports) lxml==4.6.5 # min version = 4.5.0 (Focal - with security backports)
MarkupSafe==1.1.0 MarkupSafe==1.1.0
num2words==0.5.6 num2words==0.5.6
ofxparse==0.19; python_version <= '3.9'
ofxparse==0.21; python_version > '3.9' # (Jammy) ofxparse==0.21; python_version > '3.9' # (Jammy)
passlib==1.7.3 # min version = 1.7.2 (Focal with security backports) passlib==1.7.3 # min version = 1.7.2 (Focal with security backports)
Pillow==9.0.1 # min version = 7.0.0 (Focal with security backports) Pillow==9.0.1 # min version = 7.0.0 (Focal with security backports)
polib==1.1.0 polib==1.1.0
psutil==5.6.7 # min version = 5.5.1 (Focal with security backports) psutil==5.6.7 # min version = 5.5.1 (Focal with security backports)
psycopg2==2.7.7; sys_platform != 'win32' and python_version < '3.8'
psycopg2==2.8.6; sys_platform == 'win32' or python_version >= '3.8' psycopg2==2.8.6; sys_platform == 'win32' or python_version >= '3.8'
pydot==1.4.1 pydot==1.4.1
pyopenssl==19.0.0 pyopenssl==19.0.0
@@ -37,6 +43,7 @@ urllib3==1.26.5 # indirect / min version = 1.25.8 (Focal with security backports
vobject==0.9.6.1 vobject==0.9.6.1
Werkzeug==0.16.1 ; python_version <= '3.9' Werkzeug==0.16.1 ; python_version <= '3.9'
Werkzeug==2.0.2 ; python_version > '3.9' # (Jammy) Werkzeug==2.0.2 ; python_version > '3.9' # (Jammy)
xlrd==1.1.0; python_version < '3.8'
xlrd==1.2.0; python_version >= '3.8' xlrd==1.2.0; python_version >= '3.8'
XlsxWriter==1.1.2 XlsxWriter==1.1.2
xlwt==1.3.* xlwt==1.3.*