pull/91/head
eric 2018-06-19 14:14:10 -04:00
parent 80b46f36c7
commit 042613b0ae
2 changed files with 4 additions and 3 deletions

View File

@ -13,7 +13,8 @@ from tempfile import SpooledTemporaryFile
import requests
from ckeditor.fields import RichTextField
from notification import models as notification
from postmonkey import PostMonkey, MailChimpException
#from postmonkey import PostMonkey, MailChimpException
from mailchimp3 import MailChimp
#django imports
from django.apps import apps
@ -95,7 +96,7 @@ from .bibmodels import (
)
from .rh_models import Claim, RightsHolder
pm = PostMonkey(settings.MAILCHIMP_API_KEY)
pm = MailChimp(mc_api=settings.MAILCHIMP_API_KEY)
logger = logging.getLogger(__name__)

View File

@ -58,7 +58,7 @@ oauth2==1.5.211
oauthlib==1.1.2
pandas==0.19.1
paramiko==1.14.1
postmonkey==1.0b
mailchimp3==3.0.4
pycrypto==2.6
pymarc==3.0.2
pyoai==2.5.0