Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
noazark authored Oct 11, 2024
1 parent 9a90da9 commit bac59ea
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 @@ -26,7 +26,7 @@ def read(fname):
classifiers=[
"Topic :: Utilities",
],
install_requires=["Django>=2.2.28", "redis==4.3.4"],
install_requires=["Django>=2.2.28", "redis>=4.3.4"],
include_package_data=True,
zip_safe=False,
)

0 comments on commit bac59ea

Please sign in to comment.