build(setup): move install_requires into cfg
This commit is contained in:
parent
6cee20fae9
commit
e434e449aa
|
@ -21,6 +21,12 @@ classifiers =
|
||||||
Topic :: Internet :: WWW/HTTP :: Dynamic Content
|
Topic :: Internet :: WWW/HTTP :: Dynamic Content
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
|
install_requires =
|
||||||
|
appdirs>=1.4
|
||||||
|
requests>=2.25
|
||||||
|
ruamel.yaml>=0.17
|
||||||
|
ruamel.yaml.clib>=0.2
|
||||||
|
urllib3>=1.26
|
||||||
packages = find:
|
packages = find:
|
||||||
package_dir = = src
|
package_dir = = src
|
||||||
include_package_data = true
|
include_package_data = true
|
||||||
|
|
Loading…
Reference in New Issue