mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-30 21:50:01 +00:00
update requirements
This commit is contained in:
parent
d012880a90
commit
b2ba1f3ca5
@ -71,7 +71,7 @@ class CommandLog(models.Model):
|
||||
asset = models.CharField(max_length=128, db_index=True)
|
||||
system_user = models.CharField(max_length=48, db_index=True)
|
||||
command_no = models.IntegerField()
|
||||
command = models.CharField(max_length=1000, blank=True, db_index=True)
|
||||
command = models.CharField(max_length=767, blank=True, db_index=True)
|
||||
output = models.TextField(blank=True)
|
||||
timestamp = models.FloatField(db_index=True)
|
||||
|
||||
|
@ -17,6 +17,7 @@ itsdangerous>=0.24
|
||||
eventlet
|
||||
django-filter>=1.0.2
|
||||
passlib>=1.7.1
|
||||
gssapi
|
||||
django-rest-swagger
|
||||
django-auth-ldap
|
||||
ldap3
|
||||
|
Loading…
Reference in New Issue
Block a user