Make sure the package depends on watchfiles

This commit is contained in:
Jake Howard 2023-07-14 16:50:43 +01:00 committed by Deniz Turgut
commit 7643e0e92b
No known key found for this signature in database
GPG key ID: 87B7168D7AB3ED2F

View file

@ -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': [