X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/4005246f86d1459e1123ac399721054182e9fef6..3e731527e4418b0b6d9791d6e32caee9227ba69d:/action/main.py?ds=sidebyside

diff --git a/action/main.py b/action/main.py
index fde3125..d14b10f 100644
--- a/action/main.py
+++ b/action/main.py
@@ -14,7 +14,7 @@ VERSION = os.getenv("INPUT_VERSION", default="")
 
 run([sys.executable, "-m", "venv", str(ENV_PATH)], check=True)
 
-req = "black[colorama,python2]"
+req = "black[colorama]"
 if VERSION:
     req += f"=={VERSION}"
 pip_proc = run(