From 7643e0e92b901d71ee1f4996e019682982abb3df Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 14 Jul 2023 16:50:43 +0100 Subject: [PATCH] Make sure the package depends on `watchfiles` --- setup.py | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 18eedb00..4ffee0cb 100755 --- a/setup.py +++ b/setup.py @@ -8,9 +8,18 @@ from setuptools import find_packages, setup version = "4.8.0" -requires = ['feedgenerator >= 1.9', 'jinja2 >= 2.7', 'pygments', - 'docutils>=0.15', 'blinker', 'unidecode', 'python-dateutil', - 'rich', 'backports-zoneinfo[tzdata] >= 0.2; python_version<"3.9"'] +requires = [ + 'feedgenerator >= 1.9', + 'jinja2 >= 2.7', + 'pygments', + 'docutils>=0.15', + 'blinker', + 'unidecode', + 'python-dateutil', + 'rich', + 'backports-zoneinfo[tzdata] >= 0.2; python_version<"3.9"', + 'watchfiles' +] entry_points = { 'console_scripts': [