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

main
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
1 changed files with 1 additions and 0 deletions

View File

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