Poetry update
This commit is contained in:
parent
7cc8b6c025
commit
3dc5a5d1cf
114
poetry.lock
generated
114
poetry.lock
generated
@ -406,6 +406,28 @@ category = "main"
|
||||
optional = false
|
||||
python-versions = ">=2.7, !=3.0, !=3.1, !=3.2, !=3.3, !=3.4, <4"
|
||||
|
||||
[[package]]
|
||||
name = "gitdb"
|
||||
version = "4.0.10"
|
||||
description = "Git Object Database"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
|
||||
[package.dependencies]
|
||||
smmap = ">=3.0.1,<6"
|
||||
|
||||
[[package]]
|
||||
name = "gitpython"
|
||||
version = "3.1.31"
|
||||
description = "GitPython is a Python library used to interact with Git repositories"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
|
||||
[package.dependencies]
|
||||
gitdb = ">=4.0.1,<5"
|
||||
|
||||
[[package]]
|
||||
name = "gym"
|
||||
version = "0.26.2"
|
||||
@ -794,6 +816,20 @@ jupyter-server = ">=1.15,<3"
|
||||
cli = ["click"]
|
||||
test = ["jupyter-server[test] (>=1.15,<3)", "pytest", "pytest-cov"]
|
||||
|
||||
[[package]]
|
||||
name = "jupyter-server-mathjax"
|
||||
version = "0.2.6"
|
||||
description = "MathJax resources as a Jupyter Server Extension."
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
|
||||
[package.dependencies]
|
||||
jupyter-server = ">=1.1"
|
||||
|
||||
[package.extras]
|
||||
test = ["jupyter-server[test]", "pytest"]
|
||||
|
||||
[[package]]
|
||||
name = "jupyter-server-terminals"
|
||||
version = "0.4.4"
|
||||
@ -865,6 +901,27 @@ tornado = ">=6.1.0"
|
||||
[package.extras]
|
||||
test = ["check-manifest", "coverage", "jupyterlab-server[test]", "pre-commit", "pytest (>=6.0)", "pytest-check-links (>=0.5)", "pytest-console-scripts", "pytest-cov", "pytest-jupyter (>=0.5.3)", "requests", "requests-cache", "virtualenv"]
|
||||
|
||||
[[package]]
|
||||
name = "jupyterlab-git"
|
||||
version = "0.41.0"
|
||||
description = "A JupyterLab extension for version control using git"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = "<4,>=3.6"
|
||||
|
||||
[package.dependencies]
|
||||
jupyter-server = ">=1.21.0,<3"
|
||||
nbdime = ">=3.1,<4.0"
|
||||
nbformat = "*"
|
||||
packaging = "*"
|
||||
pexpect = "*"
|
||||
traitlets = ">=5.0,<6.0"
|
||||
|
||||
[package.extras]
|
||||
dev = ["black", "coverage", "jupyter-packaging (>=0.7.9,<0.8.0)", "jupyterlab (>=3.0,<4.0)", "pre-commit", "pytest", "pytest-asyncio", "pytest-cov", "pytest-jupyter[server] (>=0.6)"]
|
||||
tests = ["black", "coverage", "hybridcontents", "jupyter-packaging (>=0.7.9,<0.8.0)", "jupyterlab (>=3.0,<4.0)", "jupytext", "pre-commit", "pytest", "pytest-asyncio", "pytest-cov", "pytest-jupyter[server] (>=0.6)"]
|
||||
ui-tests = ["black", "coverage", "hybridcontents", "jupyter-archive", "jupyter-packaging (>=0.7.9,<0.8.0)", "jupyterlab (>=3.0,<4.0)", "jupytext", "pre-commit", "pytest", "pytest-asyncio", "pytest-cov", "pytest-jupyter[server] (>=0.6)"]
|
||||
|
||||
[[package]]
|
||||
name = "jupyterlab-pygments"
|
||||
version = "0.2.2"
|
||||
@ -1064,6 +1121,29 @@ serve = ["tornado (>=6.1)"]
|
||||
test = ["ipykernel", "ipywidgets (>=7)", "pre-commit", "pytest", "pytest-dependency"]
|
||||
webpdf = ["pyppeteer (>=1,<1.1)"]
|
||||
|
||||
[[package]]
|
||||
name = "nbdime"
|
||||
version = "3.1.1"
|
||||
description = "Diff and merge of Jupyter Notebooks"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.6"
|
||||
|
||||
[package.dependencies]
|
||||
colorama = "*"
|
||||
GitPython = "<2.1.4 || >2.1.4,<2.1.5 || >2.1.5,<2.1.6 || >2.1.6"
|
||||
jinja2 = ">=2.9"
|
||||
jupyter-server = "*"
|
||||
jupyter-server-mathjax = ">=0.2.2"
|
||||
nbformat = "*"
|
||||
pygments = "*"
|
||||
requests = "*"
|
||||
tornado = "*"
|
||||
|
||||
[package.extras]
|
||||
docs = ["recommonmark", "sphinx", "sphinx-rtd-theme"]
|
||||
test = ["jsonschema", "jupyter-server[test]", "mock", "notebook", "pytest (>=3.6)", "pytest-cov", "pytest-timeout", "pytest-tornado", "requests", "tabulate"]
|
||||
|
||||
[[package]]
|
||||
name = "nbformat"
|
||||
version = "5.7.3"
|
||||
@ -1666,6 +1746,14 @@ category = "main"
|
||||
optional = false
|
||||
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
|
||||
|
||||
[[package]]
|
||||
name = "smmap"
|
||||
version = "5.0.0"
|
||||
description = "A pure Python implementation of a sliding window memory map manager"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.6"
|
||||
|
||||
[[package]]
|
||||
name = "sniffio"
|
||||
version = "1.3.0"
|
||||
@ -1965,7 +2053,7 @@ test = ["mypy", "pre-commit", "pytest", "pytest-asyncio", "websockets (>=10.0)"]
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "3.10.*"
|
||||
content-hash = "52e6b2e06619ea530892a87c223b12a4fa1b702df3a7e6b82886479f062b0925"
|
||||
content-hash = "1021c248bd4b035ab42518d3d91124e58f954b5c6696c4bac4b96b5436ad2ada"
|
||||
|
||||
[metadata.files]
|
||||
aiofiles = [
|
||||
@ -2343,6 +2431,14 @@ fqdn = [
|
||||
{file = "fqdn-1.5.1-py3-none-any.whl", hash = "sha256:3a179af3761e4df6eb2e026ff9e1a3033d3587bf980a0b1b2e1e5d08d7358014"},
|
||||
{file = "fqdn-1.5.1.tar.gz", hash = "sha256:105ed3677e767fb5ca086a0c1f4bb66ebc3c100be518f0e0d755d9eae164d89f"},
|
||||
]
|
||||
gitdb = [
|
||||
{file = "gitdb-4.0.10-py3-none-any.whl", hash = "sha256:c286cf298426064079ed96a9e4a9d39e7f3e9bf15ba60701e95f5492f28415c7"},
|
||||
{file = "gitdb-4.0.10.tar.gz", hash = "sha256:6eb990b69df4e15bad899ea868dc46572c3f75339735663b81de79b06f17eb9a"},
|
||||
]
|
||||
gitpython = [
|
||||
{file = "GitPython-3.1.31-py3-none-any.whl", hash = "sha256:f04893614f6aa713a60cbbe1e6a97403ef633103cdd0ef5eb6efe0deb98dbe8d"},
|
||||
{file = "GitPython-3.1.31.tar.gz", hash = "sha256:8ce3bcf69adfdf7c7d503e78fd3b1c492af782d58893b650adb2ac8912ddd573"},
|
||||
]
|
||||
gym = [
|
||||
{file = "gym-0.26.2.tar.gz", hash = "sha256:e0d882f4b54f0c65f203104c24ab8a38b039f1289986803c7d02cdbe214fbcc4"},
|
||||
]
|
||||
@ -2435,6 +2531,10 @@ jupyter-server-fileid = [
|
||||
{file = "jupyter_server_fileid-0.6.0-py3-none-any.whl", hash = "sha256:ac36436611b281cebbb5b9936a6f4850271bb411e13a287780a022dd0d2c3bf7"},
|
||||
{file = "jupyter_server_fileid-0.6.0.tar.gz", hash = "sha256:a12209bdef4f2f9d57051b7556a089299fb9f26b501f643946854220c955be14"},
|
||||
]
|
||||
jupyter-server-mathjax = [
|
||||
{file = "jupyter_server_mathjax-0.2.6-py3-none-any.whl", hash = "sha256:416389dde2010df46d5fbbb7adb087a5607111070af65a1445391040f2babb5e"},
|
||||
{file = "jupyter_server_mathjax-0.2.6.tar.gz", hash = "sha256:bb1e6b6dc0686c1fe386a22b5886163db548893a99c2810c36399e9c4ca23943"},
|
||||
]
|
||||
jupyter-server-terminals = [
|
||||
{file = "jupyter_server_terminals-0.4.4-py3-none-any.whl", hash = "sha256:75779164661cec02a8758a5311e18bb8eb70c4e86c6b699403100f1585a12a36"},
|
||||
{file = "jupyter_server_terminals-0.4.4.tar.gz", hash = "sha256:57ab779797c25a7ba68e97bcfb5d7740f2b5e8a83b5e8102b10438041a7eac5d"},
|
||||
@ -2451,6 +2551,10 @@ jupyterlab = [
|
||||
{file = "jupyterlab-3.6.1-py3-none-any.whl", hash = "sha256:ad6707dd0149b629d0ed5b56916cfcdb816b376c6af3190337faba09e27ea29e"},
|
||||
{file = "jupyterlab-3.6.1.tar.gz", hash = "sha256:aee98c174180e98a30470297d10b959e8e64f2288970c0de65f0a6d2b4807034"},
|
||||
]
|
||||
jupyterlab-git = [
|
||||
{file = "jupyterlab_git-0.41.0-py3-none-any.whl", hash = "sha256:ed82cf235e6b9ca011254d1260e1a4ac66ebbe05422d55f68f4881c13f24a6ad"},
|
||||
{file = "jupyterlab_git-0.41.0.tar.gz", hash = "sha256:51767daa002f08a7cf0b372114eb706eff2f34f12d70b5347700464e6887483e"},
|
||||
]
|
||||
jupyterlab-pygments = [
|
||||
{file = "jupyterlab_pygments-0.2.2-py2.py3-none-any.whl", hash = "sha256:2405800db07c9f770863bcf8049a529c3dd4d3e28536638bd7c1c01d2748309f"},
|
||||
{file = "jupyterlab_pygments-0.2.2.tar.gz", hash = "sha256:7405d7fde60819d905a9fa8ce89e4cd830e318cdad22a0030f7a901da705585d"},
|
||||
@ -2720,6 +2824,10 @@ nbconvert = [
|
||||
{file = "nbconvert-7.2.9-py3-none-any.whl", hash = "sha256:495638c5e06005f4a5ce828d8a81d28e34f95c20f4384d5d7a22254b443836e7"},
|
||||
{file = "nbconvert-7.2.9.tar.gz", hash = "sha256:a42c3ac137c64f70cbe4d763111bf358641ea53b37a01a5c202ed86374af5234"},
|
||||
]
|
||||
nbdime = [
|
||||
{file = "nbdime-3.1.1-py2.py3-none-any.whl", hash = "sha256:ea4ddf919e3035800ef8bd5552b814522207cb154ca7512565e4539a54c74dbf"},
|
||||
{file = "nbdime-3.1.1.tar.gz", hash = "sha256:67767320e971374f701a175aa59abd3a554723039d39fae908e72d16330d648b"},
|
||||
]
|
||||
nbformat = [
|
||||
{file = "nbformat-5.7.3-py3-none-any.whl", hash = "sha256:22a98a6516ca216002b0a34591af5bcb8072ca6c63910baffc901cfa07fefbf0"},
|
||||
{file = "nbformat-5.7.3.tar.gz", hash = "sha256:4b021fca24d3a747bf4e626694033d792d594705829e5e35b14ee3369f9f6477"},
|
||||
@ -3232,6 +3340,10 @@ six = [
|
||||
{file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"},
|
||||
{file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"},
|
||||
]
|
||||
smmap = [
|
||||
{file = "smmap-5.0.0-py3-none-any.whl", hash = "sha256:2aba19d6a040e78d8b09de5c57e96207b09ed71d8e55ce0959eeee6c8e190d94"},
|
||||
{file = "smmap-5.0.0.tar.gz", hash = "sha256:c840e62059cd3be204b0c9c9f74be2c09d5648eddd4580d9314c3ecde0b30936"},
|
||||
]
|
||||
sniffio = [
|
||||
{file = "sniffio-1.3.0-py3-none-any.whl", hash = "sha256:eecefdce1e5bbfb7ad2eeaabf7c1eeb404d7757c379bd1f7e5cce9d8bf425384"},
|
||||
{file = "sniffio-1.3.0.tar.gz", hash = "sha256:e60305c5e5d314f5389259b7f22aaa33d8f7dee49763119234af3755c55b9101"},
|
||||
|
@ -25,6 +25,7 @@ kdepy = "^1.1.0"
|
||||
plotly = "^5.13.0"
|
||||
seaborn = "^0.12.2"
|
||||
isort = "^5.12.0"
|
||||
jupyterlab-git = "^0.41.0"
|
||||
|
||||
[tool.poetry.group.build.dependencies]
|
||||
blackcellmagic = "^0.0.3"
|
||||
|
Loading…
x
Reference in New Issue
Block a user