This commit is contained in:
Michael Cooper 2021-05-12 17:10:41 -07:00
Родитель f91b25929c
Коммит e7c38a39ce
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 9424CEA6F89AB334
2 изменённых файлов: 6 добавлений и 5 удалений

9
poetry.lock сгенерированный
Просмотреть файл

@ -913,14 +913,15 @@ python-versions = "*"
[[package]]
name = "ipdb"
version = "0.12.3"
version = "0.13.7"
description = "IPython-enabled pdb"
category = "dev"
optional = false
python-versions = ">=2.7"
[package.dependencies]
ipython = {version = ">=5.1.0", markers = "python_version >= \"3.4\""}
ipython = {version = ">=7.17.0", markers = "python_version > \"3.6\""}
toml = {version = ">=0.10.2", markers = "python_version > \"3.6\""}
[[package]]
name = "ipython"
@ -1926,7 +1927,7 @@ docs = ["Sphinx", "sphinx_rtd_theme", "sphinxcontrib-httpdomain"]
[metadata]
lock-version = "1.1"
python-versions = "~3.9"
content-hash = "b007bc759c5286b1ebd896ae21f9e30cc339c95dfcce4eb72a021c0e08a8622a"
content-hash = "1cf028e438f4a42a130ad334d4c7efb1d1e6df7ea5f04284f4caf441b4805318"
[metadata.files]
aiohttp = [
@ -2330,7 +2331,7 @@ iniconfig = [
{file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"},
]
ipdb = [
{file = "ipdb-0.12.3.tar.gz", hash = "sha256:5d9a4a0e3b7027a158fc6f2929934341045b9c3b0b86ed5d7e84e409653f72fd"},
{file = "ipdb-0.13.7.tar.gz", hash = "sha256:178c367a61c1039e44e17c56fcc4a6e7dc11b33561261382d419b6ddb4401810"},
]
ipython = [
{file = "ipython-7.23.1-py3-none-any.whl", hash = "sha256:f78c6a3972dde1cc9e4041cbf4de583546314ba52d3c97208e5b6b2221a9cb7d"},

Просмотреть файл

@ -74,7 +74,7 @@ docs = ["Sphinx", "sphinx_rtd_theme", "sphinxcontrib-httpdomain"]
[tool.poetry.dev-dependencies]
asn1crypto = "^1.1.0"
django-extensions = "^3.0.0"
ipdb = "^0.12.2"
ipdb = "^0.13.7"
ipython = "^7.8.0"
PyDriller = "^1.9.2"
pyOpenSSL = "^20.0.0"