Fix setup.cfg
This commit is contained in:
parent
43a8b2fb45
commit
a0fa4252d4
@ -11,6 +11,7 @@ license_file = LICENSE
|
|||||||
url =
|
url =
|
||||||
license = MIT
|
license = MIT
|
||||||
platform = any
|
platform = any
|
||||||
|
python_requires=">= 3.6"
|
||||||
classifiers =
|
classifiers =
|
||||||
Development Status :: 3 - Alpha
|
Development Status :: 3 - Alpha
|
||||||
Intended Audience :: Developers
|
Intended Audience :: Developers
|
||||||
@ -30,7 +31,6 @@ packages =
|
|||||||
|
|
||||||
zip_safe = true
|
zip_safe = true
|
||||||
install_requires =
|
install_requires =
|
||||||
python_version >= "3.6"
|
|
||||||
requests
|
requests
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
|
|
Loading…
Reference in New Issue
Block a user