diff options
author | navanchauhan <navanchauhan@gmail.com> | 2023-05-18 13:22:24 -0600 |
---|---|---|
committer | navanchauhan <navanchauhan@gmail.com> | 2023-05-18 13:22:24 -0600 |
commit | 1dd167cfa63709e5cff6923ca9aef4b39f2dafe8 (patch) | |
tree | 1c1ff7aabec4898338cb6dc15db4bc687df3432d /poetry.lock | |
parent | a0aa9a59190b46080cba828cd4903cc582541347 (diff) |
activate sun valley theme
Diffstat (limited to 'poetry.lock')
-rw-r--r-- | poetry.lock | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/poetry.lock b/poetry.lock index 8593ea0..1a88cff 100644 --- a/poetry.lock +++ b/poetry.lock @@ -296,6 +296,14 @@ optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" [[package]] +name = "sv-ttk" +version = "2.4.5" +description = "A gorgeous theme for Tkinter, based on Windows 11's UI" +category = "main" +optional = false +python-versions = ">=3.4" + +[[package]] name = "tomli" version = "2.0.1" description = "A lil' TOML parser" @@ -347,7 +355,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 = "31737a76d2d951406282db0245184cb876d50a65624ce7aa9bc4f307c3be8429" +content-hash = "a7a1966a3c5f79e737f2d79e556b59f75b2167a18ac0eab727aac3952efab93b" [metadata.files] altgraph = [] @@ -373,6 +381,7 @@ pytz = [] pywin32-ctypes = [] setuptools-scm = [] six = [] +sv-ttk = [] tomli = [] typing-extensions = [] tzdata = [] |