mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: add psutil dependency version 7.0.0 to pyproject.toml
This commit is contained in:
parent
9b2452ccfe
commit
8fd4541d67
|
|
@ -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 = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue