fix: add psutil dependency version 7.0.0 to pyproject.toml

This commit is contained in:
CaptainB 2025-06-16 13:34:24 +08:00
parent 9b2452ccfe
commit 8fd4541d67

View File

@ -66,6 +66,7 @@ REST_FRAMEWORK = {
STATICFILES_DIRS = [(os.path.join(PROJECT_DIR, 'ui', 'dist')), (os.path.join(PROJECT_DIR, 'chat', 'dist'))]
STATIC_ROOT = os.path.join(BASE_DIR.parent, 'static')
ROOT_URLCONF = 'maxkb.urls'
APPS_DIR = os.path.join(PROJECT_DIR, 'apps')
TEMPLATES = [
{