diff --git a/poetry.lock b/poetry.lock index 9012076..b5164d1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -122,17 +122,6 @@ files = [ [package.dependencies] frozenlist = ">=1.1.0" -[[package]] -name = "argparse" -version = "1.4.0" -description = "Python command-line parsing library" -optional = false -python-versions = "*" -files = [ - {file = "argparse-1.4.0-py2.py3-none-any.whl", hash = "sha256:c31647edb69fd3d465a847ea3157d37bed1f95f19760b11a47aa91c04b666314"}, - {file = "argparse-1.4.0.tar.gz", hash = "sha256:62b089a55be1d8949cd2bc7e0df0bddb9e028faefc8c32038cc84862aefdd6e4"}, -] - [[package]] name = "async-timeout" version = "4.0.3" @@ -645,4 +634,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e6ff03b6b616f208cf2c0c21307120a6d9f63a470e9407bb014e9132695eaf52" +content-hash = "6dc60dafbfce2e441a17678927c00522cc65293b2dca6523884822062290f945" diff --git a/pyproject.toml b/pyproject.toml index 11f41d7..4a340cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,6 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.11" -argparse = "^1.4.0" dependency-injector = "^4.41.0" aiohttp = "^3.8.6"