build: Remove unnecessary dependency

This commit is contained in:
oSumAtrIX 2023-11-03 22:37:50 +01:00
parent 915d96d79d
commit 9bb6c4152d
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
2 changed files with 1 additions and 13 deletions

13
poetry.lock generated
View File

@ -122,17 +122,6 @@ files = [
[package.dependencies] [package.dependencies]
frozenlist = ">=1.1.0" 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]] [[package]]
name = "async-timeout" name = "async-timeout"
version = "4.0.3" version = "4.0.3"
@ -645,4 +634,4 @@ multidict = ">=4.0"
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.11" python-versions = "^3.11"
content-hash = "e6ff03b6b616f208cf2c0c21307120a6d9f63a470e9407bb014e9132695eaf52" content-hash = "6dc60dafbfce2e441a17678927c00522cc65293b2dca6523884822062290f945"

View File

@ -8,7 +8,6 @@ readme = "README.md"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.11" python = "^3.11"
argparse = "^1.4.0"
dependency-injector = "^4.41.0" dependency-injector = "^4.41.0"
aiohttp = "^3.8.6" aiohttp = "^3.8.6"