Skip to content

Commit

Permalink
required packages and import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Anjali Pardeshi committed Dec 3, 2019
1 parent a6ee891 commit fb55574
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 fb55574

Please sign in to comment.