X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/ecf8c74481bef13e7a6ca68a953ae470de0d3890..e64949ee69e2a7e7f1d96331f50e801c0979a866:/setup.py diff --git a/setup.py b/setup.py index 33b7239..8ff498e 100644 --- a/setup.py +++ b/setup.py @@ -99,10 +99,9 @@ setup( install_requires=[ "click>=7.1.2", "platformdirs>=2", - "tomli>=0.2.6,<2.0.0", + "tomli>=1.1.0", "typed-ast>=1.4.2; python_version < '3.8' and implementation_name == 'cpython'", - "regex>=2021.4.4", - "pathspec>=0.9.0, <1", + "pathspec>=0.9.0", "dataclasses>=0.6; python_version < '3.7'", "typing_extensions>=3.10.0.0", # 3.10.0.1 is broken on at least Python 3.10,