From 7e5b5ed03d230212d2d9064d040abe3681efaa73 Mon Sep 17 00:00:00 2001 From: yupix Date: Wed, 27 Apr 2022 21:42:37 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=E3=83=95=E3=82=A9=E3=83=BC=E3=83=9E?= =?UTF-8?q?=E3=83=83=E3=83=88=E3=81=AE=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/setup.py b/setup.py index 5808b8b..96f7b49 100644 --- a/setup.py +++ b/setup.py @@ -10,10 +10,6 @@ with readme_file.open(encoding="utf-8") as fh: with open("requirements.txt", "r") as f: requirements = f.read().splitlines() - - - - extras_require = { 'dev': [ 'axblack',