Skip to content

Commit

Permalink
Reapply "Sync Django version with requirements.txt"
Browse files Browse the repository at this point in the history
This reverts commit bfd6c45.
  • Loading branch information
deniszh committed Feb 2, 2025
1 parent bfd6c45 commit 163940e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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>=4.2,<5', 'django-tagging', 'pytz',
'pyparsing', 'cairocffi', 'urllib3', 'six'],
classifiers=[
'Intended Audience :: Developers',
Expand Down

0 comments on commit 163940e

Please sign in to comment.