diff options
author | Sergey Vlasov <sigprof@gmail.com> | 2024-02-26 05:04:27 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-26 13:04:27 +1100 |
commit | 34a113c97b192fbe28d963178a4d672fb780e27f (patch) | |
tree | de3c6303912890d9b62ffbe3074c527f38224d8b /util/nix/pyproject.toml | |
parent | 65a04ead32173b94152bfbd58f8ec30faa430013 (diff) |
Nix shell updates (Nixpkgs 2024-02-23, QMK CLI 1.1.5) (#23143)
Diffstat (limited to 'util/nix/pyproject.toml')
-rw-r--r-- | util/nix/pyproject.toml | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/util/nix/pyproject.toml b/util/nix/pyproject.toml index ff484dbe79..fa62eb96c0 100644 --- a/util/nix/pyproject.toml +++ b/util/nix/pyproject.toml @@ -8,7 +8,7 @@ description = "" authors = [] [tool.poetry.dependencies] -python = "^3.8" +python = "^3.11" appdirs = "*" argcomplete = "*" colorama = "*" @@ -34,28 +34,6 @@ pep8-naming = "*" pyflakes = "*" yapf = "*" -# These dependencies are required by the jsonschema >= 4.11.0 build system, but -# are not detected automatically; they are also not present in the used Nixpkgs -# snapshot, so need to be obtained through Poetry. -hatchling = "*" -hatch-vcs = "*" -hatch-fancy-pypi-readme = "*" - -# The `pytest` module in the used Nixpkgs snapshot has an upper bound on the -# `pluggy` dependency, which conflicts with the dependency of the `hatchling` -# module; upgrading the `pytest` module fixes the conflict. -pytest = "*" - -# Building the `tomli` module, which is in the dependency tree of `hatchling`, -# requires a newer `flit-core` module than found in the used Nixpkgs snapshot. -flit-core = "*" - -# Building `dotty-dict` >= 1.3.1 requires the `poetry-core` module, and the -# version of that module provided by the used Nixpkgs snapshot cannot be built -# on Darwin due to the regex compatibility issue in the old Nixpkgs code -# (https://github.com/NixOS/nix/issues/4758). -poetry-core = "*" - [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" |