Compare commits

...

1 Commits
trunk ... trunk

Author SHA1 Message Date
Cassowary Rusnov a0fa4252d4 Fix setup.cfg 2023-03-06 09:23:49 -08:00
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