Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
remove problematic dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernest Feret committed Jul 21, 2020
1 parent ef0c844 commit dc3980b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions rq_mantis/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@
from werkzeug.exceptions import ServiceUnavailable

from rq_mantis.utils import WorkersChecker, get_queues_data, get_paginated_jobs
import rq_dashboard
from flask_paginate import Pagination, get_page_args

app = Flask(__name__)
app.register_blueprint(rq_dashboard.blueprint, url_prefix="/rq")


@app.before_first_request
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
'rq<1.0',
'flask',
'flask-paginate',
'rq-dashboard'
],
entry_points={
'console_scripts': ['rq-mantis=rq_mantis.cmd:run']
Expand Down

0 comments on commit dc3980b

Please sign in to comment.