[ADD] pip dependency code-writer

This commit is contained in:
Mathieu Benoit 2020-12-27 05:19:26 -05:00
parent 789ae2b9ad
commit a1c9833877
2 changed files with 14 additions and 1 deletions

14
poetry.lock generated
View file

@ -260,6 +260,14 @@ category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[[package]]
name = "code-writer"
version = "1.1.1"
description = "Library with convenience functions for generating code."
category = "main"
optional = false
python-versions = "*"
[[package]]
name = "colorama"
version = "0.4.3"
@ -2630,7 +2638,7 @@ python-versions = "*"
[metadata]
lock-version = "1.0"
python-versions = "^3.7"
content-hash = "149f70cf43e8a2cb392838c304f1227ba799258f5f4999f3ad89316cd8a7e455"
content-hash = "a15f4c49602bdab8cb5bbd10878c78ea9662854c11aff31f6a2319d2edd193e9"
[metadata.files]
agithub = [
@ -2766,6 +2774,10 @@ click = [
{file = "click-7.1.2-py2.py3-none-any.whl", hash = "sha256:dacca89f4bfadd5de3d7489b7c8a566eee0d3676333fbb50030263894c38c0dc"},
{file = "click-7.1.2.tar.gz", hash = "sha256:d2b5255c7c6349bc1bd1e59e08cd12acbbd63ce649f2588755783aa94dfb6b1a"},
]
code-writer = [
{file = "code-writer-1.1.1.tar.gz", hash = "sha256:485260d0444707876596c499bd9b1ef9a11dc720d741ac57c884216de9fa3f40"},
{file = "code_writer-1.1.1-py3-none-any.whl", hash = "sha256:65bbf4616cd4f206a2e3fc5a9933a002d053d60ebdcc1dac66acc1a58cddd6b8"},
]
colorama = [
{file = "colorama-0.4.3-py2.py3-none-any.whl", hash = "sha256:7d73d2a99753107a36ac6b455ee49046802e59d9d076ef8e47b61499fa29afff"},
{file = "colorama-0.4.3.tar.gz", hash = "sha256:e96da0d330793e2cb9485e9ddfd918d456036c7149416295932478192f4436a1"},

View file

@ -149,6 +149,7 @@ xmltodict = "^0.12.0"
zeep = "^3.4.0"
zxcvbn = "^4.4.28"
pymysql = "^0.10.1"
code-writer = "^1.1.1"
[tool.poetry.dev-dependencies]
websocket_client = "^0.57.0"