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

Commit

Permalink
update install_requires to use requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernest Feret committed Jul 21, 2020
1 parent ac5d7b2 commit 96b8bd7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
license='MIT',
packages=['rq_mantis'],
install_requires=[
'rq',
'flask',
open("requirements.txt").readlines(),
],
entry_points={
'console_scripts': ['rq-mantis=rq_mantis.cmd:run']
Expand Down

0 comments on commit 96b8bd7

Please sign in to comment.