diff --git a/docs/requirements.txt b/docs/requirements.txt index 615ff5404..9b2cb819c 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<6 +Django<7 pyparsing>=3.0.6 alabaster==1.0.0 Sphinx==8.2.1 diff --git a/requirements.txt b/requirements.txt index b8efcd0d1..7afe2d7a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,7 +35,7 @@ # deactivate # -Django>=4.2,<6 +Django>=4.2,<7 python-memcached>=1.58 txAMQP>=0.8.2,<0.9 django-tagging diff --git a/setup.py b/setup.py index 508ae6117..dba1ae9fa 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>=4.2,<6', 'django-tagging', 'pytz', + install_requires=['Django>=4.2,<7', 'django-tagging', 'pytz', 'pyparsing', 'cairocffi', 'urllib3', 'six'], classifiers=[ 'Intended Audience :: Developers',