[UPD] poetry add aioshutil
This commit is contained in:
parent
f7468a7c71
commit
3cee6cb1d6
3 changed files with 14 additions and 1 deletions
|
|
@ -139,6 +139,17 @@ files = [
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
aiohttp = "*"
|
aiohttp = "*"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "aioshutil"
|
||||||
|
version = "1.5"
|
||||||
|
description = "Asynchronous shutil module."
|
||||||
|
optional = false
|
||||||
|
python-versions = ">=3.8"
|
||||||
|
files = [
|
||||||
|
{file = "aioshutil-1.5-py3-none-any.whl", hash = "sha256:bc2a6cdcf1a8615b62f856154fd81131031d03f2834912ebb06d8a2391253652"},
|
||||||
|
{file = "aioshutil-1.5.tar.gz", hash = "sha256:2756d6cd3bb03405dc7348ac11a0b60eb949ebd63cdd15f56e922410231c1201"},
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "aiosignal"
|
name = "aiosignal"
|
||||||
version = "1.3.2"
|
version = "1.3.2"
|
||||||
|
|
@ -8475,4 +8486,4 @@ bindings = ["ghostscript"]
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.10.14"
|
python-versions = "^3.10.14"
|
||||||
content-hash = "49785f9e198e6124847a9b304493e184d6155f5261a53211d28cbb6679dd7a3e"
|
content-hash = "350819d1b0358148243e33c0d3a0731e258153a097d85e45725435d0ee03f38b"
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,7 @@ authors = [ "Mathieu Benoit <mathben@technolibre.ca>",]
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.10.14"
|
python = "^3.10.14"
|
||||||
agithub = "^2.2.2"
|
agithub = "^2.2.2"
|
||||||
|
aioshutil = "^1.5"
|
||||||
argcomplete = "^3.6.2"
|
argcomplete = "^3.6.2"
|
||||||
asana = "^5.1.0"
|
asana = "^5.1.0"
|
||||||
asn1crypto = "^1.5.1"
|
asn1crypto = "^1.5.1"
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,7 @@ python-randomword-fr
|
||||||
isort
|
isort
|
||||||
pykeepass
|
pykeepass
|
||||||
click
|
click
|
||||||
|
aioshutil
|
||||||
|
|
||||||
# For OSX
|
# For OSX
|
||||||
cython
|
cython
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue