Fix setup.cfg

This commit is contained in:
Cassowary Rusnov 2023-03-06 09:23:49 -08:00
parent 43a8b2fb45
commit a0fa4252d4
1 changed files with 2 additions and 2 deletions

View File

@ -11,6 +11,7 @@ license_file = LICENSE
url =
license = MIT
platform = any
python_requires=">= 3.6"
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
@ -30,7 +31,6 @@ packages =
zip_safe = true
install_requires =
python_version >= "3.6"
requests
beautifulsoup4