Skip to content

Commit

Permalink
chore: Django bump to <=5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomáš Daniel committed Mar 25, 2024
1 parent d32bc5c commit 74634cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
'Topic :: Internet :: WWW/HTTP :: Site Management',
],
install_requires=[
'django>=2.2.9, <4.0',
'skip-django-chamber>=0.6.16.3'
'django>=2.2.9, <5.0',
],
zip_safe=False
)

0 comments on commit 74634cc

Please sign in to comment.