summaryrefslogtreecommitdiff
path: root/poetry.lock
diff options
context:
space:
mode:
authornavanchauhan <navanchauhan@gmail.com>2023-05-18 13:39:45 -0600
committernavanchauhan <navanchauhan@gmail.com>2023-05-18 13:39:45 -0600
commit56af07bf7d9c1e9889878737709c90797dc05a54 (patch)
treec31ff627c245a00bb263f486c894896640efa468 /poetry.lock
parent26e9e15f6352cf14a9e1c638bc0b969e5a5ace40 (diff)
prettify
Diffstat (limited to 'poetry.lock')
-rw-r--r--poetry.lock14
1 files changed, 13 insertions, 1 deletions
diff --git a/poetry.lock b/poetry.lock
index 1a88cff..17e9a20 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -312,6 +312,17 @@ optional = false
python-versions = ">=3.7"
[[package]]
+name = "ttkwidgets"
+version = "0.13.0"
+description = "A collection of widgets for Tkinter's ttk extensions by various authors"
+category = "main"
+optional = false
+python-versions = ">=3.6"
+
+[package.dependencies]
+pillow = "*"
+
+[[package]]
name = "typing-extensions"
version = "4.5.0"
description = "Backported and Experimental Type Hints for Python 3.7+"
@@ -355,7 +366,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "flake8 (<5)", "pytest-co
[metadata]
lock-version = "1.1"
python-versions = ">=3.9,<3.12"
-content-hash = "a7a1966a3c5f79e737f2d79e556b59f75b2167a18ac0eab727aac3952efab93b"
+content-hash = "4131f9d85eea1c168c6737c28050f61d9b759ae94cffdbb1bbbf35eca19a6cf4"
[metadata.files]
altgraph = []
@@ -383,6 +394,7 @@ setuptools-scm = []
six = []
sv-ttk = []
tomli = []
+ttkwidgets = []
typing-extensions = []
tzdata = []
xlrd = []