mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-10-21 07:49:45 +00:00
[Bugfix] 修改bug,使用py3编程
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
Django==1.11
|
||||
django-bootstrap3==8.2.2
|
||||
Pillow==4.1.0
|
||||
djangorestframework==3.6.2
|
||||
Django>=1.11
|
||||
django-bootstrap3>=8.2.2
|
||||
Pillow>=4.1.0
|
||||
djangorestframework>=3.6.2
|
||||
ForgeryPy
|
||||
openpyxl==2.4.0
|
||||
celery==4.0.2
|
||||
paramiko==2.1.2
|
||||
ansible==2.2.2.0
|
||||
django-simple-captcha==0.5.5
|
||||
django-formtools==2.0
|
||||
sshpubkeys==2.2.0
|
||||
djangorestframework-bulk==0.2.1
|
||||
django-redis-cache==1.7.1
|
||||
requests==2.13.0
|
||||
itsdangerous==0.24
|
||||
openpyxl>=2.4.0
|
||||
celery>=4.0.2
|
||||
paramiko>=2.1.2
|
||||
ansible>=2.2.2.0
|
||||
django-simple-captcha>=0.5.5
|
||||
django-formtools>=2.0
|
||||
sshpubkeys>=2.2.0
|
||||
djangorestframework-bulk>=0.2.1
|
||||
django-redis-cache>=1.7.1
|
||||
requests>=2.13.0
|
||||
itsdangerous>=0.24
|
||||
eventlet
|
||||
django-filter==1.0.2
|
||||
passlib==1.7.1
|
||||
django-filter>=1.0.2
|
||||
passlib>=1.7.1
|
||||
|
Reference in New Issue
Block a user