From 6a10efbd9e1d290f67c4658e96a2d04cceb732f3 Mon Sep 17 00:00:00 2001 From: Zhiyong Dou <23291546+zydou@users.noreply.github.com> Date: Thu, 2 Nov 2023 04:08:08 +0800 Subject: [PATCH] fix: add missing dependency `validators` to setup.cfg (#1087) --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 01bdec7..6e61f45 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,6 +27,7 @@ install_requires= python-dotenv requests stem + validators waitress [options.extras_require]