mirror of https://github.com/jumpserver/jumpserver
Merge pull request #11054 from jumpserver/pr@dev@change_req_version
perf: 修改 mssqlpull/11043/head^2
commit
16660575b7
|
@ -4,7 +4,7 @@ PROJECT_DIR=$(dirname "$BASE_DIR")
|
||||||
|
|
||||||
echo "1. 安装依赖"
|
echo "1. 安装依赖"
|
||||||
brew install libtiff libjpeg webp little-cms2 openssl gettext git \
|
brew install libtiff libjpeg webp little-cms2 openssl gettext git \
|
||||||
git-lfs mysql libxml2 libxmlsec1 pkg-config postgresql freetds openssl \
|
git-lfs libxml2 libxmlsec1 pkg-config postgresql freetds openssl \
|
||||||
libffi freerdp
|
libffi freerdp
|
||||||
|
|
||||||
echo "2. 下载 IP 数据库"
|
echo "2. 下载 IP 数据库"
|
||||||
|
|
|
@ -16,7 +16,7 @@ decorator==4.1.2
|
||||||
docutils==0.14
|
docutils==0.14
|
||||||
ecdsa==0.13.3
|
ecdsa==0.13.3
|
||||||
enum-compat==0.0.2
|
enum-compat==0.0.2
|
||||||
ephem==3.7.6.0
|
ephem==4.1.4
|
||||||
future==0.16.0
|
future==0.16.0
|
||||||
idna==2.8
|
idna==2.8
|
||||||
itypes==1.2.0
|
itypes==1.2.0
|
||||||
|
@ -29,15 +29,15 @@ passlib==1.7.4
|
||||||
pyasn1==0.4.8
|
pyasn1==0.4.8
|
||||||
pycparser==2.21
|
pycparser==2.21
|
||||||
cryptography==38.0.4
|
cryptography==38.0.4
|
||||||
pycryptodome==3.15.0
|
pycryptodome==3.18.0
|
||||||
pycryptodomex==3.15.0
|
pycryptodomex==3.18.0
|
||||||
phonenumbers==8.13.8
|
phonenumbers==8.13.8
|
||||||
gmssl==3.2.1
|
gmssl==3.2.1
|
||||||
itsdangerous==1.1.0
|
itsdangerous==1.1.0
|
||||||
pyotp==2.6.0
|
pyotp==2.6.0
|
||||||
PyNaCl==1.5.0
|
PyNaCl==1.5.0
|
||||||
python-dateutil==2.8.2
|
python-dateutil==2.8.2
|
||||||
PyYAML==6.0
|
PyYAML==6.0.1
|
||||||
requests==2.31.0
|
requests==2.31.0
|
||||||
jms-storage==0.0.47
|
jms-storage==0.0.47
|
||||||
simplejson==3.17.6
|
simplejson==3.17.6
|
||||||
|
@ -62,7 +62,7 @@ pyvmomi==7.0.1
|
||||||
termcolor==1.1.0
|
termcolor==1.1.0
|
||||||
html2text==2020.1.16
|
html2text==2020.1.16
|
||||||
pyzipper==0.3.5
|
pyzipper==0.3.5
|
||||||
python3-saml==1.12.0
|
python3-saml==1.15.0
|
||||||
websocket-client==1.2.3
|
websocket-client==1.2.3
|
||||||
pyjwkest==1.4.2
|
pyjwkest==1.4.2
|
||||||
jsonfield2==4.0.0.post0
|
jsonfield2==4.0.0.post0
|
||||||
|
|
Loading…
Reference in New Issue