Skip to content

Commit

Permalink
chore: change mysql dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
OrenZhang committed Sep 28, 2024
1 parent 8c6a928 commit 4b9af60
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/OVINC-CN/DevTemplateDjango.git",
"commit": "2451aad2dcca897848dc8f52a69da38df5d9a5ed",
"commit": "ef125c550e0dc7f52fff1a3e4d1b4a73cebd8e32",
"checkout": "main",
"context": {
"cookiecutter": {
Expand Down
3 changes: 3 additions & 0 deletions entry/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
import re
from pathlib import Path

import pymysql
from environ import environ
from ovinc_client.core.logger import get_logging_config_dict
from ovinc_client.core.utils import getenv_or_raise, strtobool

pymysql.install_as_MySQLdb()

# Base Dir
BASE_DIR = Path(__file__).resolve().parent.parent

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ovinc
ovinc-client==0.3.9
ovinc-client==0.3.11

# Celery
celery==5.4.0
Expand Down

0 comments on commit 4b9af60

Please sign in to comment.