mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-07-15 15:29:33 +00:00
fix: Add missing dependencies passlib and psycopg2-binary to requirements (#17044)
Co-authored-by: wangruidong <940853815@qq.com>
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
# Aligned with JumpServer pyproject.toml ansible-related Python deps.
|
||||
ansible==9.13.0
|
||||
paramiko==3.5.1
|
||||
passlib==1.7.4
|
||||
sshtunnel==0.4.0
|
||||
pywinrm==0.4.3
|
||||
telnetlib3==4.0.2
|
||||
mysqlclient==2.2.4
|
||||
psycopg2-binary==2.9.12
|
||||
pymssql==2.3.10
|
||||
pymongo==4.6.3
|
||||
oracledb==3.4.2
|
||||
|
||||
Reference in New Issue
Block a user