Browse Source

remove sendgrid

Son NK 5 years ago
parent
commit
1e2715f0d2
4 changed files with 0 additions and 5 deletions
  1. 0 1
      .env.example
  2. 0 1
      requirements.in
  3. 0 2
      requirements.txt
  4. 0 1
      tests/env.test

+ 0 - 1
.env.example

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

+ 0 - 1
requirements.in

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

+ 0 - 2
requirements.txt

@@ -69,14 +69,12 @@ pytest==4.6.3
 python-dateutil==2.8.0    # via alembic, arrow, botocore, strictyaml
 python-dateutil==2.8.0    # via alembic, arrow, botocore, strictyaml
 python-dotenv==0.10.3
 python-dotenv==0.10.3
 python-editor==1.0.4      # via alembic
 python-editor==1.0.4      # via alembic
-python-http-client==3.1.0  # via sendgrid
 raven-aiohttp==0.7.0      # via yacron
 raven-aiohttp==0.7.0      # via yacron
 raven==6.10.0             # via raven-aiohttp, yacron
 raven==6.10.0             # via raven-aiohttp, yacron
 requests-oauthlib==1.2.0
 requests-oauthlib==1.2.0
 requests==2.22.0          # via requests-oauthlib, stripe
 requests==2.22.0          # via requests-oauthlib, stripe
 ruamel.yaml==0.15.97      # via strictyaml
 ruamel.yaml==0.15.97      # via strictyaml
 s3transfer==0.2.1         # via boto3
 s3transfer==0.2.1         # via boto3
-sendgrid==6.0.5
 sentry-sdk==0.13.2
 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
 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
 sqlalchemy-utils==0.33.11

+ 0 - 1
tests/env.test

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