diff --git a/docs/requirements.txt b/docs/requirements.txt index 1ca4eb523..6a839af32 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -4,7 +4,7 @@ django-tagging pytz git+https://github.com/graphite-project/whisper.git#egg=whisper git+https://github.com/graphite-project/ceres.git#egg=ceres -Django<5 +Django<6 pyparsing>=3.0.6 alabaster==0.7.12 Sphinx==1.3.6 diff --git a/requirements.txt b/requirements.txt index 2e4d9b44d..47905858e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,7 +35,7 @@ # deactivate # -Django>=4.2,<5 +Django>=4.2,<6 python-memcached>=1.58 txAMQP>=0.8.2,<0.9 django-tagging diff --git a/setup.py b/setup.py index 6f7b88212..d3cb14b03 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.5.0', 'pytz', + install_requires=['Django>=3.2,<6', 'django-tagging==0.5.0', 'pytz', 'pyparsing', 'cairocffi', 'urllib3', 'six'], classifiers=[ 'Intended Audience :: Developers',