mirror of https://github.com/jumpserver/jumpserver
perf: update quirements
parent
5c7d539c6f
commit
25429e30ba
|
@ -22,7 +22,7 @@ dependencies = [
|
||||||
'ephem==4.1.4',
|
'ephem==4.1.4',
|
||||||
'future==0.18.3',
|
'future==0.18.3',
|
||||||
'itypes==1.2.0',
|
'itypes==1.2.0',
|
||||||
'jinja2==3.1.2',
|
'jinja2==3.1.6',
|
||||||
'markupsafe==2.1.3',
|
'markupsafe==2.1.3',
|
||||||
'olefile==0.46',
|
'olefile==0.46',
|
||||||
'paramiko==3.2.0',
|
'paramiko==3.2.0',
|
||||||
|
@ -45,7 +45,7 @@ dependencies = [
|
||||||
'sshpubkeys==3.3.1',
|
'sshpubkeys==3.3.1',
|
||||||
'uritemplate==4.1.1',
|
'uritemplate==4.1.1',
|
||||||
'vine==5.0.0',
|
'vine==5.0.0',
|
||||||
'werkzeug==2.3.6',
|
'werkzeug==3.0.6',
|
||||||
'unicodecsv==0.14.1',
|
'unicodecsv==0.14.1',
|
||||||
'httpsig==1.3.0',
|
'httpsig==1.3.0',
|
||||||
'treelib==1.6.4',
|
'treelib==1.6.4',
|
||||||
|
@ -68,14 +68,14 @@ dependencies = [
|
||||||
'ipip-ipdb==1.6.1',
|
'ipip-ipdb==1.6.1',
|
||||||
'pywinrm==0.4.3',
|
'pywinrm==0.4.3',
|
||||||
'python-nmap==0.7.1',
|
'python-nmap==0.7.1',
|
||||||
'django==4.1.13',
|
'django==4.2.20',
|
||||||
'django-bootstrap3==23.4',
|
'django-bootstrap3==23.4',
|
||||||
'django-filter==23.2',
|
'django-filter==23.2',
|
||||||
'django-formtools==2.5.1',
|
'django-formtools==2.5.1',
|
||||||
'django-ranged-response==0.2.0',
|
'django-ranged-response==0.2.0',
|
||||||
'django-simple-captcha==0.5.18',
|
'django-simple-captcha==0.5.18',
|
||||||
'django-timezone-field==5.1',
|
'django-timezone-field==5.1',
|
||||||
'djangorestframework==3.14.0',
|
'djangorestframework==3.15.2',
|
||||||
'djangorestframework-bulk==0.2.1',
|
'djangorestframework-bulk==0.2.1',
|
||||||
'django-simple-history==3.3.0',
|
'django-simple-history==3.3.0',
|
||||||
'django-private-storage==3.1',
|
'django-private-storage==3.1',
|
||||||
|
@ -92,7 +92,7 @@ dependencies = [
|
||||||
'python-daemon==3.0.1',
|
'python-daemon==3.0.1',
|
||||||
'eventlet==0.33.3',
|
'eventlet==0.33.3',
|
||||||
'greenlet==3.0.1',
|
'greenlet==3.0.1',
|
||||||
'gunicorn==21.2.0',
|
'gunicorn==23.0.0',
|
||||||
'celery==5.3.1',
|
'celery==5.3.1',
|
||||||
'flower==2.0.1',
|
'flower==2.0.1',
|
||||||
'django-celery-beat==2.6.0',
|
'django-celery-beat==2.6.0',
|
||||||
|
@ -111,7 +111,7 @@ dependencies = [
|
||||||
'python-redis-lock==4.0.0',
|
'python-redis-lock==4.0.0',
|
||||||
'pyopenssl==23.2.0',
|
'pyopenssl==23.2.0',
|
||||||
'redis',
|
'redis',
|
||||||
'pymongo==4.4.1',
|
'pymongo==4.6.3',
|
||||||
'pyfreerdp==0.0.2',
|
'pyfreerdp==0.0.2',
|
||||||
'forgerypy3==0.3.1',
|
'forgerypy3==0.3.1',
|
||||||
'django-debug-toolbar==4.1.0',
|
'django-debug-toolbar==4.1.0',
|
||||||
|
@ -140,7 +140,7 @@ dependencies = [
|
||||||
'elasticsearch7==7.17.9',
|
'elasticsearch7==7.17.9',
|
||||||
'elasticsearch8==8.13.2',
|
'elasticsearch8==8.13.2',
|
||||||
'polib>=01.2.0',
|
'polib>=01.2.0',
|
||||||
'azure-identity==1.13.0',
|
'azure-identity==1.16.0',
|
||||||
'azure-keyvault-secrets==4.9.0',
|
'azure-keyvault-secrets==4.9.0',
|
||||||
'psycopg2-binary==2.9.6',
|
'psycopg2-binary==2.9.6',
|
||||||
'pycountry>=024.6.1',
|
'pycountry>=024.6.1',
|
||||||
|
|
Loading…
Reference in New Issue