[ADD] pip dependency pymysql for code generator db servers
This commit is contained in:
parent
7ba51b4025
commit
662bc864c0
2 changed files with 18 additions and 1 deletions
18
poetry.lock
generated
18
poetry.lock
generated
|
|
@ -1523,6 +1523,18 @@ category = "main"
|
|||
optional = false
|
||||
python-versions = "*"
|
||||
|
||||
[[package]]
|
||||
name = "pymysql"
|
||||
version = "0.10.1"
|
||||
description = "Pure Python MySQL Driver"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = "*"
|
||||
|
||||
[package.extras]
|
||||
ed25519 = ["PyNaCl (>=1.4.0)"]
|
||||
rsa = ["cryptography"]
|
||||
|
||||
[[package]]
|
||||
name = "pynacl"
|
||||
version = "1.4.0"
|
||||
|
|
@ -2618,7 +2630,7 @@ python-versions = "*"
|
|||
[metadata]
|
||||
lock-version = "1.0"
|
||||
python-versions = "^3.7"
|
||||
content-hash = "add98a5142cb63404b0f61132b791c65be6ca03aa14f5e09497a0b5f36878668"
|
||||
content-hash = "149f70cf43e8a2cb392838c304f1227ba799258f5f4999f3ad89316cd8a7e455"
|
||||
|
||||
[metadata.files]
|
||||
agithub = [
|
||||
|
|
@ -3553,6 +3565,10 @@ pymssql = [
|
|||
{file = "pymssql-2.1.5-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:70a5c67759254e982368c5b9ccfe076447a7fd545b8376eb62d60c3b85e3b94d"},
|
||||
{file = "pymssql-2.1.5.tar.gz", hash = "sha256:d60f5f90337399668e10ab6a23a1657f190c9585401eb96a5456261f7c414864"},
|
||||
]
|
||||
pymysql = [
|
||||
{file = "PyMySQL-0.10.1-py2.py3-none-any.whl", hash = "sha256:44f47128dda8676e021c8d2dbb49a82be9e4ab158b9f03e897152a3a287c69ea"},
|
||||
{file = "PyMySQL-0.10.1.tar.gz", hash = "sha256:263040d2779a3b84930f7ac9da5132be0fefcd6f453a885756656103f8ee1fdd"},
|
||||
]
|
||||
pynacl = [
|
||||
{file = "PyNaCl-1.4.0-cp27-cp27m-macosx_10_10_x86_64.whl", hash = "sha256:ea6841bc3a76fa4942ce00f3bda7d436fda21e2d91602b9e21b7ca9ecab8f3ff"},
|
||||
{file = "PyNaCl-1.4.0-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:d452a6746f0a7e11121e64625109bc4468fc3100452817001dbe018bb8b08514"},
|
||||
|
|
|
|||
|
|
@ -148,6 +148,7 @@ xlwt = "1.3"
|
|||
xmltodict = "^0.12.0"
|
||||
zeep = "^3.4.0"
|
||||
zxcvbn = "^4.4.28"
|
||||
pymysql = "^0.10.1"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
websocket_client = "^0.57.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue