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

Commit

Permalink
use splitlines instead of readlines to ignore life ends
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernest Feret committed Jul 21, 2020
1 parent 96b8bd7 commit fe93e7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ redis==2.10.5
rq==0.6.0
Werkzeug==0.11.11
flask-paginate==0.7.0
rq-dashboard==0.6.1

rq-dashboard==0.6.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
license='MIT',
packages=['rq_mantis'],
install_requires=[
open("requirements.txt").readlines(),
open("requirements.txt").read().splitlines(),
],
entry_points={
'console_scripts': ['rq-mantis=rq_mantis.cmd:run']
Expand Down

0 comments on commit fe93e7b

Please sign in to comment.