From f7f1f96caaa714e9a0b2864aba97f932d5ec2050 Mon Sep 17 00:00:00 2001 From: tb06904 Date: Tue, 8 Oct 2024 14:44:24 +0000 Subject: [PATCH] autopep8 action fixes --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0a9f2445..896937c5 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ install_requires = [ "requests>=2.4.0", "gremlinpython>=3.6.2" - ] +] extras_require = { "dev": [ "tox",