diff --git a/setup.py b/setup.py index e72ee5690..6f7b88212 100644 --- a/setup.py +++ b/setup.py @@ -107,7 +107,7 @@ def read(fname): package_data={'graphite': ['templates/*', 'local_settings.py.example']}, scripts=glob('bin/*'), data_files=list(webapp_content.items()) + storage_dirs + conf_files + examples, - install_requires=['Django>=3.2,<4', 'django-tagging==0.4.3', 'pytz', + install_requires=['Django>=3.2,<4', 'django-tagging==0.5.0', 'pytz', 'pyparsing', 'cairocffi', 'urllib3', 'six'], classifiers=[ 'Intended Audience :: Developers',