This commit is contained in:
yumoqing 2024-10-15 15:08:24 +08:00
parent fe7212ae67
commit 0668384078
2 changed files with 5 additions and 1 deletions

View File

@ -9,6 +9,11 @@ Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Requires-Dist: aiomysql
Requires-Dist: PyMySQL
Requires-Dist: aiosqlite
Requires-Dist: asyncio
Requires-Dist: jinja2
# SQLOR

View File

@ -1,7 +1,6 @@
from traceback import print_exc
import os
import decimal
from asyncio import coroutine
os.environ['NLS_LANG'] = 'SIMPLIFIED CHINESE_CHINA.UTF8'
import sys
from datetime import datetime, date