diff --git a/nix/poetry.lock b/nix/poetry.lock index ab51f22..8f5874c 100644 --- a/nix/poetry.lock +++ b/nix/poetry.lock @@ -1,9 +1,10 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. [[package]] name = "appdirs" version = "1.4.4" description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." +category = "main" optional = false python-versions = "*" files = [ @@ -15,6 +16,7 @@ files = [ name = "argcomplete" version = "3.1.1" description = "Bash tab completion for argparse" +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -29,6 +31,7 @@ test = ["coverage", "mypy", "pexpect", "ruff", "wheel"] name = "attrs" version = "23.1.0" description = "Classes Without Boilerplate" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -47,6 +50,7 @@ tests-no-zope = ["cloudpickle", "hypothesis", "mypy (>=1.1.1)", "pympler", "pyte name = "colorama" version = "0.4.6" description = "Cross-platform colored terminal text." +category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" files = [ @@ -58,6 +62,7 @@ files = [ name = "dotty-dict" version = "1.3.1" description = "Dictionary wrapper for quick access to deeply nested keys." +category = "main" optional = false python-versions = ">=3.5,<4.0" files = [ @@ -69,6 +74,7 @@ files = [ name = "flake8" version = "5.0.4" description = "the modular source code checker: pep8 pyflakes and co" +category = "dev" optional = false python-versions = ">=3.6.1" files = [ @@ -85,6 +91,7 @@ pyflakes = ">=2.5.0,<2.6.0" name = "halo" version = "0.0.31" description = "Beautiful terminal spinners in Python" +category = "main" optional = false python-versions = ">=3.4" files = [ @@ -106,6 +113,7 @@ ipython = ["IPython (==5.7.0)", "ipywidgets (==7.1.0)"] name = "hid" version = "1.0.5" description = "ctypes bindings for hidapi" +category = "main" optional = false python-versions = "*" files = [ @@ -117,6 +125,7 @@ files = [ name = "hjson" version = "3.1.0" description = "Hjson, a user interface for JSON." +category = "main" optional = false python-versions = "*" files = [ @@ -128,6 +137,7 @@ files = [ name = "importlib-metadata" version = "6.7.0" description = "Read metadata from Python packages" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -147,6 +157,7 @@ testing = ["flufl.flake8", "importlib-resources (>=1.3)", "packaging", "pyfakefs name = "importlib-resources" version = "5.12.0" description = "Read resources from Python packages" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -165,6 +176,7 @@ testing = ["flake8 (<5)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-chec name = "jsonschema" version = "4.17.3" description = "An implementation of JSON Schema validation for Python" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -186,6 +198,7 @@ format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339- name = "log-symbols" version = "0.0.14" description = "Colored symbols for various log levels for Python" +category = "main" optional = false python-versions = "*" files = [ @@ -200,6 +213,7 @@ colorama = ">=0.3.9" name = "mccabe" version = "0.7.0" description = "McCabe checker, plugin for flake8" +category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -211,6 +225,7 @@ files = [ name = "milc" version = "1.6.8" description = "Opinionated Batteries-Included Python 3 CLI Framework." +category = "main" optional = false python-versions = "*" files = [ @@ -229,6 +244,7 @@ spinners = "*" name = "nose2" version = "0.13.0" description = "unittest with plugins" +category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -244,6 +260,7 @@ dev = ["Sphinx", "sphinx-issues", "sphinx-rtd-theme"] name = "pep8-naming" version = "0.13.3" description = "Check PEP-8 naming conventions, plugin for flake8" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -258,6 +275,7 @@ flake8 = ">=5.0.0" name = "pillow" version = "10.0.0" description = "Python Imaging Library (Fork)" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -325,6 +343,7 @@ tests = ["check-manifest", "coverage", "defusedxml", "markdown2", "olefile", "pa name = "pkgutil-resolve-name" version = "1.3.10" description = "Resolve a name to an object." +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -336,6 +355,7 @@ files = [ name = "platformdirs" version = "3.8.1" description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -351,6 +371,7 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.3.1)", "pytest- name = "pycodestyle" version = "2.9.1" description = "Python style guide checker" +category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -362,6 +383,7 @@ files = [ name = "pyflakes" version = "2.5.0" description = "passive checker of Python programs" +category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -373,6 +395,7 @@ files = [ name = "pygments" version = "2.15.1" description = "Pygments is a syntax highlighting package written in Python." +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -387,6 +410,7 @@ plugins = ["importlib-metadata"] name = "pyrsistent" version = "0.19.3" description = "Persistent/Functional/Immutable data structures" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -423,6 +447,7 @@ files = [ name = "pyserial" version = "3.5" description = "Python Serial Port Extension" +category = "main" optional = false python-versions = "*" files = [ @@ -437,6 +462,7 @@ cp2110 = ["hidapi"] name = "pyusb" version = "1.2.1" description = "Python USB access module" +category = "main" optional = false python-versions = ">=3.6.0" files = [ @@ -448,6 +474,7 @@ files = [ name = "qmk" version = "1.1.2" description = "A program to help users work with QMK Firmware." +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -471,6 +498,7 @@ setuptools = ">=45" name = "setuptools" version = "68.0.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -487,6 +515,7 @@ testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs ( name = "six" version = "1.16.0" description = "Python 2 and 3 compatibility utilities" +category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -498,6 +527,7 @@ files = [ name = "spinners" version = "0.0.24" description = "Spinners for terminals" +category = "main" optional = false python-versions = "*" files = [ @@ -509,6 +539,7 @@ files = [ name = "termcolor" version = "2.3.0" description = "ANSI color formatting for output in terminal" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -523,6 +554,7 @@ tests = ["pytest", "pytest-cov"] name = "tomli" version = "2.0.1" description = "A lil' TOML parser" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -534,6 +566,7 @@ files = [ name = "yapf" version = "0.40.1" description = "A formatter for Python code." +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -550,6 +583,7 @@ tomli = ">=2.0.1" name = "zipp" version = "3.15.0" description = "Backport of pathlib-compatible object wrapper for zip files" +category = "main" optional = false python-versions = ">=3.7" files = [