Skip to content

Commit 0ed8a0c

Browse files
committed
Release 0.0.99
1 parent 49a6a03 commit 0ed8a0c

File tree

3 files changed

+141
-1
lines changed

3 files changed

+141
-1
lines changed

poetry.lock

Lines changed: 139 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ httpx = ">=0.21.2"
3939
ipywidgets = ">=7.0.0"
4040
pydantic = ">= 1.9.2"
4141
pydantic-core = "^2.18.2"
42+
pyvis = ">=0.1.2.0"
4243
requests = ">2.26.0"
4344
types-requests = ">2.0.0"
4445
typing_extensions = ">= 4.0.0"

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ httpx>=0.21.2
22
ipywidgets>=7.0.0
33
pydantic>= 1.9.2
44
pydantic-core==^2.18.2
5+
pyvis>=0.1.2.0
56
requests>2.26.0
67
types-requests>2.0.0
78
typing_extensions>= 4.0.0

0 commit comments

Comments
 (0)