Skip to content

Commit

Permalink
Merge pull request #71 from anjali-92/notification
Browse files Browse the repository at this point in the history
Required packages and import fix
  • Loading branch information
gauravr committed Dec 3, 2019
2 parents e4ed47a + fb55574 commit 3f4c3c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from app.libs import member as memberlib
from app.libs import asset as assetlib
import app.signals as signals
import settings
from converge import settings

RETRY_DELAY = 60 # every 60 sec
RETRIES = (60 * 60) / RETRY_DELAY # 1 hour of retries
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ psycopg2
converge
gunicorn
blinker
html2text
Jinja2

0 comments on commit 3f4c3c4

Please sign in to comment.