flask-apscheduler icon indicating copy to clipboard operation
flask-apscheduler copied to clipboard

Adding a pyproject.toml to ensure compliance with updates to pip

Open tg1482 opened this issue 8 months ago • 1 comments

Getting this warning while installing

 DEPRECATION: Flask-APScheduler is being installed using the legacy 'setup.py install' method, because it does not have
 a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible
 replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559

tg1482 avatar Jun 12 '24 04:06 tg1482