-
Notifications
You must be signed in to change notification settings - Fork 0
/
poetry.lock
56 lines (49 loc) · 2.03 KB
/
poetry.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand.
[[package]]
name = "ac-library-python"
version = "0.0.1"
description = "Python port of AtCoder Library (ACL)."
optional = false
python-versions = "*"
files = []
develop = false
[package.extras]
benchmark = ["asv", "virtualenv"]
docs = ["sphinx", "sphinx-rtd-theme"]
lint = ["flake8", "mypy", "pep8-naming"]
test = ["pytest"]
[package.source]
type = "git"
url = "https://github.com/not522/ac-library-python"
reference = "HEAD"
resolved_reference = "58f324ec020d57191e7b9e4957b0c5feb5ed3aff"
[[package]]
name = "networkx"
version = "3.0"
description = "Python package for creating and manipulating graphs and networks"
optional = false
python-versions = ">=3.8"
files = [
{file = "networkx-3.0-py3-none-any.whl", hash = "sha256:58058d66b1818043527244fab9d41a51fcd7dcc271748015f3c181b8a90c8e2e"},
{file = "networkx-3.0.tar.gz", hash = "sha256:9a9992345353618ae98339c2b63d8201c381c2944f38a2ab49cb45a4c667e412"},
]
[package.extras]
default = ["matplotlib (>=3.4)", "numpy (>=1.20)", "pandas (>=1.3)", "scipy (>=1.8)"]
developer = ["mypy (>=0.991)", "pre-commit (>=2.20)"]
doc = ["nb2plots (>=0.6)", "numpydoc (>=1.5)", "pillow (>=9.2)", "pydata-sphinx-theme (>=0.11)", "sphinx (==5.2.3)", "sphinx-gallery (>=0.11)", "texext (>=0.6.7)"]
extra = ["lxml (>=4.6)", "pydot (>=1.4.2)", "pygraphviz (>=1.10)", "sympy (>=1.10)"]
test = ["codecov (>=2.1)", "pytest (>=7.2)", "pytest-cov (>=4.0)"]
[[package]]
name = "sortedcontainers"
version = "2.4.0"
description = "Sorted Containers -- Sorted List, Sorted Dict, Sorted Set"
optional = false
python-versions = "*"
files = [
{file = "sortedcontainers-2.4.0-py2.py3-none-any.whl", hash = "sha256:a163dcaede0f1c021485e957a39245190e74249897e2ae4b2aa38595db237ee0"},
{file = "sortedcontainers-2.4.0.tar.gz", hash = "sha256:25caa5a06cc30b6b83d11423433f65d1f9d76c4c6a0c90e3379eaa43b9bfdb88"},
]
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "09e0c69fc2531c3f309c23692d0055f6470e1ce838b9327afb03b1f315e291cd"