Skip to content

Commit

Permalink
Mark as incompatible with RQ 1.0 (see #172)
Browse files Browse the repository at this point in the history
  • Loading branch information
eoranged committed Feb 14, 2019
1 parent 0a24a8a commit 76341aa
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 @@ -28,7 +28,7 @@ def get_version():
# Be specific about versions in requirements.txt and just name packages
# needed during run time here.
# See e.g. https://caremad.io/2013/07/setup-vs-requirement/
install_requires=['rq>=0.3.8', 'Flask', 'redis', 'arrow'],
install_requires=['rq>=0.3.8,<1.0.0', 'Flask', 'redis', 'arrow'],
entry_points={
'console_scripts': [
'rq-dashboard = rq_dashboard.cli:main'
Expand Down

0 comments on commit 76341aa

Please sign in to comment.