Skip to content

Commit

Permalink
Trying to use Django 5
Browse files Browse the repository at this point in the history
  • Loading branch information
deniszh committed Aug 25, 2024
1 parent bd738ed commit 1f69dde
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Basic Graphite requirements:
* Python 3.8 or greater
* `cairocffi`_
* `Django`_ 4.2+
* `django-tagging`_ 0.4.6 (not `django-taggit`, unfortunately)
* `django-tagging`_ 0.5.0 (not `django-taggit`, unfortunately)
* `pytz`_
* `pyparsing` 2.3.0+
* `fontconfig`_ and at least one font package (a system package usually)
Expand Down
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## Requirements for documentation
cairocffi
django-tagging
django-tagging==0.5.0
pytz
git+https://github.com/graphite-project/whisper.git#egg=whisper
git+https://github.com/graphite-project/ceres.git#egg=ceres
Django<5
Django>=4.2,<6
pyparsing>=3.0.6
alabaster==1.0.0
Sphinx==1.3.6
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
# deactivate
#

Django>=4.2,<5
Django>=4.2,<6
python-memcached>=1.58
txAMQP>=0.8.2,<0.9
django-tagging
django-tagging==0.5.0
gunicorn
pytz
pyparsing>=2.3.0
Expand Down
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ commands =
deps =
coverage
cairocffi
django-tagging
django-tagging==0.5.0
pytz
mock
msgpack-python
git+https://github.com/graphite-project/whisper.git#egg=whisper
git+https://github.com/graphite-project/ceres.git#egg=ceres
pyparsing>=3.0.6
Django>=4.2,<5
Django>=4.2,<6
urllib3
redis
rrdtool
Expand All @@ -48,11 +48,11 @@ basepython = python3.10
changedir = docs
deps =
cairocffi
django-tagging
django-tagging==0.5.0
pytz
git+https://github.com/graphite-project/whisper.git#egg=whisper
git+https://github.com/graphite-project/ceres.git#egg=ceres
Django<5
Django>=4.2,<6
pyparsing3: pyparsing>=3.0.6
alabaster==1.0.0
Sphinx==8.0.2
Expand Down

0 comments on commit 1f69dde

Please sign in to comment.