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

Commit

Permalink
Merge pull request #13 from plecto/bug/fix-dependencies-hell
Browse files Browse the repository at this point in the history
Bug/fix dependencies hell
  • Loading branch information
erhesto authored Jul 21, 2020
2 parents d9460a0 + 7b5328b commit b1f5d5c
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',
'flask',
'flask-paginate',
'rq-dashboard'
],
entry_points={
'console_scripts': ['rq-mantis=rq_mantis.cmd:run']
Expand Down

0 comments on commit b1f5d5c

Please sign in to comment.