remove sendgrid

This commit is contained in:
Son NK 2019-11-21 13:44:05 +01:00
parent 9eb85abac4
commit 1e2715f0d2
4 changed files with 0 additions and 5 deletions

View File

@ -9,7 +9,6 @@ ENABLE_SENTRY=true
NOT_SEND_EMAIL=true
EMAIL_DOMAIN=sl.local
SUPPORT_EMAIL=support@sl.local
SENDGRID_API_KEY=to_fill
# Max number emails user can generate for free plan
MAX_NB_EMAIL_FREE_PLAN=3

View File

@ -13,7 +13,6 @@ psycopg2-binary
sentry_sdk
blinker
arrow
sendgrid
Flask-WTF
boto3
Flask-Migrate

View File

@ -69,14 +69,12 @@ pytest==4.6.3
python-dateutil==2.8.0 # via alembic, arrow, botocore, strictyaml
python-dotenv==0.10.3
python-editor==1.0.4 # via alembic
python-http-client==3.1.0 # via sendgrid
raven-aiohttp==0.7.0 # via yacron
raven==6.10.0 # via raven-aiohttp, yacron
requests-oauthlib==1.2.0
requests==2.22.0 # via requests-oauthlib, stripe
ruamel.yaml==0.15.97 # via strictyaml
s3transfer==0.2.1 # via boto3
sendgrid==6.0.5
sentry-sdk==0.13.2
six==1.12.0 # via bcrypt, cryptography, flask-cors, packaging, pip-tools, prompt-toolkit, pyopenssl, pytest, python-dateutil, sqlalchemy-utils, traitlets
sqlalchemy-utils==0.33.11

View File

@ -9,7 +9,6 @@ URL=http://localhost
NOT_SEND_EMAIL=true
EMAIL_DOMAIN=sl.local
SUPPORT_EMAIL=support@sl.local
SENDGRID_API_KEY=to_fill
# Max number emails user can generate for free plan
MAX_NB_EMAIL_FREE_PLAN=3