Skip to content

Commit

Permalink
setup.py: Fix django-ratelimit runtime dependency
Browse files Browse the repository at this point in the history
Related commit: 0251a41
  • Loading branch information
hartwork committed Apr 23, 2023
1 parent 6c836d2 commit 2cd951d
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 @@ -45,7 +45,7 @@ def _collect_package_data(top_directory):
install_requires=[
'django>=2.2.7',
'django-extensions>=2.2.5',
'django-ratelimit>=2.0.0',
'django-ratelimit>=4.0.0',
'djangorestframework>=3.11.0',
'gunicorn>=20.0.4',
'gunicorn-color>=0.1.0',
Expand Down

0 comments on commit 2cd951d

Please sign in to comment.