remove pycrypto

This commit is contained in:
callebtc
2022-09-17 15:17:20 +03:00
parent a50bc35f0c
commit c7a7e167d3
2 changed files with 1 additions and 13 deletions

13
poetry.lock generated
View File

@@ -399,14 +399,6 @@ category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[[package]]
name = "pycrypto"
version = "2.6.1"
description = "Cryptographic modules for Python."
category = "main"
optional = false
python-versions = "*"
[[package]]
name = "pydantic"
version = "1.10.2"
@@ -674,7 +666,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=
[metadata]
lock-version = "1.1"
python-versions = "^3.8"
content-hash = "94ee00dcabb86013962ff90c7a2c1cd004ea4e0465236e714fc4aa1999bb23fd"
content-hash = "f096f3fed87fb7148a9984c4957b8f97e13b51c89c65634b426f0458e3e75401"
[metadata.files]
anyio = [
@@ -989,9 +981,6 @@ pycparser = [
{file = "pycparser-2.21-py2.py3-none-any.whl", hash = "sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9"},
{file = "pycparser-2.21.tar.gz", hash = "sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206"},
]
pycrypto = [
{file = "pycrypto-2.6.1.tar.gz", hash = "sha256:f2ce1e989b272cfcb677616763e0a2e7ec659effa67a88aa92b3a65528f60a3c"},
]
pydantic = [
{file = "pydantic-1.10.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:bb6ad4489af1bac6955d38ebcb95079a836af31e4c4f74aba1ca05bb9f6027bd"},
{file = "pydantic-1.10.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:a1f5a63a6dfe19d719b1b6e6106561869d2efaca6167f84f5ab9347887d78b98"},

View File

@@ -7,7 +7,6 @@ license = "MIT"
[tool.poetry.dependencies]
python = "^3.8"
pycrypto = "^2.6.1"
requests = "2.27.1"
pytest-asyncio = "0.19.0"
SQLAlchemy = "1.3.24"