Switch to search driven from providers.json

This commit is contained in:
2022-01-09 09:54:07 +00:00
parent eced7966df
commit 7068d84718
4 changed files with 76 additions and 101 deletions

View File

@@ -13,6 +13,7 @@ classifiers =
[options]
zip_safe = False
include_package_data = True
packages = ohayodash
install_requires =
flask
@@ -20,6 +21,9 @@ install_requires =
pyyaml
gunicorn
[options.package_data]
ohayodash = data/*.yaml
[flake8]
format = wemake
ignore = E501,D,WPS226,WPS110, WPS210,WPS231