fix: add missing dependency validators to setup.cfg (#1087)

This commit is contained in:
Zhiyong Dou 2023-11-02 04:08:08 +08:00 committed by GitHub
parent 9cc1004fb8
commit 6a10efbd9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,7 @@ install_requires=
python-dotenv python-dotenv
requests requests
stem stem
validators
waitress waitress
[options.extras_require] [options.extras_require]