Package updates checker implemented

Notify administrators when new versions are available for PyPi packages in `bot.packages`.
This commit is contained in:
2020-04-27 13:48:33 +02:00
parent 5a70dcfeb2
commit edb2201773
8 changed files with 247 additions and 150 deletions

View File

@@ -59,6 +59,7 @@ setuptools.setup(
'bs4',
'dataset',
],
python_requires='>=3.5',
classifiers=[
"Development Status :: 5 - Production/Stable",
"Environment :: Console",