🌐 AI搜索 & 代理 主页
Skip to content

Commit 9265f55

Browse files
author
Montana Low
committed
update dependencies for imports
1 parent bc983e2 commit 9265f55

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

pgml-dashboard/app/apps.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
from django.apps import AppConfig
2+
from django.core.serializers import register_serializer
23

34

45
class AppConfig(AppConfig):
56
default_auto_field = "django.db.models.BigAutoField"
67
name = "app"
8+
9+
def ready(self):
10+
register_serializer('yml', 'django.core.serializers.pyyaml')

pgml-dashboard/requirements.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,25 @@ black==22.3.0
33
certifi==2022.6.15
44
click==8.1.3
55
Django==4.0.7
6+
django-click==2.3.0
67
django-extensions==3.2.0
78
django-filter==21.1
9+
django-request==1.6.1
810
djangorestframework==3.13.1
911
gunicorn==20.1.0
12+
Markdown==3.3.7
1013
mypy-extensions==0.4.3
1114
pathspec==0.9.0
1215
platformdirs==2.5.2
1316
psycopg2==2.9.3
17+
PyJWT==2.4.0
18+
python-dateutil==2.8.2
1419
python-dotenv==0.20.0
1520
pytz==2022.1
21+
PyYAML==6.0
1622
sentry-sdk==1.9.0
23+
six==1.16.0
1724
sqlparse==0.4.2
1825
tomli==2.0.1
1926
urllib3==1.26.11
2027
whitenoise==6.0.0
21-
PyJWT==2.4.0
22-
Markdown==3.3.7
23-
django-click==2.3.0
24-
django-request==1.6.1

0 commit comments

Comments
 (0)