From 0c2de252f1e33d293bb8832e2053d1b4a96eed16 Mon Sep 17 00:00:00 2001 From: Danny McClanahan <1305167+cosmicexplorer@users.noreply.github.com> Date: Fri, 21 Jan 2022 15:32:52 -0500 Subject: introduce `llnl.util.compat` to remove sys.version_info checks (#21720) - also split typing.py into typing_extensions and add py2 shims --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index d09e589bed..4b6da081c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,7 @@ sections = [ known_first_party = "spack" known_archspec = "archspec" known_llnl = "llnl" +known_third_party = ["ruamel", "six"] src_paths = "lib" honor_noqa = true -- cgit v1.2.3-60-g2f50