diff --git a/.env.example b/.env.example index ce63e729..a998ed42 100644 --- a/.env.example +++ b/.env.example @@ -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 diff --git a/requirements.in b/requirements.in index c330a6f3..6996e9fb 100644 --- a/requirements.in +++ b/requirements.in @@ -13,7 +13,6 @@ psycopg2-binary sentry_sdk blinker arrow -sendgrid Flask-WTF boto3 Flask-Migrate diff --git a/requirements.txt b/requirements.txt index 30509f0b..0f868492 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/tests/env.test b/tests/env.test index ad30594b..097cba45 100644 --- a/tests/env.test +++ b/tests/env.test @@ -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