nixpkgs/pkgs/development/python-modules/autoflake
Jairo Llopis 09dd617e1f
python3Packages.autoflake: depend on tomli for older pythons
As you can see in https://github.com/PyCQA/autoflake/pull/138, TOML support is added using python 3.11's builtin `tomllib`. However, for older Python versions, they use `tomli`. Thus, it must be included for those versions.

@moduon MT-2798
2023-04-24 13:26:07 +01:00
..
default.nix python3Packages.autoflake: depend on tomli for older pythons 2023-04-24 13:26:07 +01:00