mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-03-11 08:54:34 +00:00
fix: add missing dependency validators to setup.cfg (#1087)
This commit is contained in:
parent
9cc1004fb8
commit
6a10efbd9e
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ install_requires=
|
|||
python-dotenv
|
||||
requests
|
||||
stem
|
||||
validators
|
||||
waitress
|
||||
|
||||
[options.extras_require]
|
||||
|
|
|
|||
Loading…
Reference in a new issue