更新requirements.txt
This commit is contained in:
parent
a85024c01f
commit
ebc9eb036c
@ -15,11 +15,13 @@
|
||||
"cpu",
|
||||
"disk_size",
|
||||
"region",
|
||||
"system_image",
|
||||
"column_break_aliyun",
|
||||
"end_date",
|
||||
"memory",
|
||||
"bandwidth",
|
||||
"ip",
|
||||
"running_status",
|
||||
"ssh_section",
|
||||
"ssh_user",
|
||||
"ssh_port",
|
||||
@ -151,11 +153,24 @@
|
||||
"in_list_view": 1,
|
||||
"label": "硬盘容量",
|
||||
"read_only": 1
|
||||
},
|
||||
{
|
||||
"fieldname": "system_image",
|
||||
"fieldtype": "Data",
|
||||
"label": "系统镜像"
|
||||
},
|
||||
{
|
||||
"fetch_from": "virtual_machine.public_ip_address",
|
||||
"fieldname": "running_status",
|
||||
"fieldtype": "Data",
|
||||
"in_list_view": 1,
|
||||
"label": "运行状态",
|
||||
"read_only": 1
|
||||
}
|
||||
],
|
||||
"index_web_pages_for_search": 1,
|
||||
"links": [],
|
||||
"modified": "2025-07-26 13:13:06.510636",
|
||||
"modified": "2025-07-26 13:27:00.795541",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Jcloud",
|
||||
"name": "Jsite Server",
|
||||
|
||||
@ -24,9 +24,11 @@ class JsiteServer(Document):
|
||||
plan: DF.Link | None
|
||||
region: DF.Data | None
|
||||
root_public_key: DF.Code | None
|
||||
running_status: DF.Data | None
|
||||
ssh_port: DF.Int
|
||||
ssh_user: DF.Data | None
|
||||
status: DF.Literal["Pending", "Installing", "Active", "Broken", "Archived"]
|
||||
system_image: DF.Data | None
|
||||
team: DF.Link | None
|
||||
title: DF.Data | None
|
||||
# end: auto-generated types
|
||||
|
||||
@ -13,7 +13,7 @@ posthog==3.0.1
|
||||
prometheus-client==0.19.0
|
||||
PyGithub==1.44.1
|
||||
pyOpenSSL~=23.2.0
|
||||
python-telegram-bot==13.15
|
||||
python-telegram-bot==22.3
|
||||
razorpay~=1.2.0
|
||||
requests<2.32
|
||||
responses==0.23.1
|
||||
@ -29,3 +29,7 @@ wrapt~=1.15.0
|
||||
elasticsearch-dsl>=8.0.0,<9.0.0
|
||||
hcloud==2.2.1
|
||||
playwright==1.49.1
|
||||
segno~=1.6.6
|
||||
wechatpayv3~=1.3.10
|
||||
alipay-sdk-python~=3.7.479
|
||||
alibabacloud_swas_open20200601==4.0.0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user