diff --git a/requirements.txt b/requirements.txt index 76770f16f8..1da0cc24e9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ +https://github.com/getsentry/sentry-redmine/archive/master.zip https://github.com/getsentry/sentry-auth-github/archive/master.zip -https://github.com/getsentry/sentry-auth-google/archive/master.zip https://github.com/getsentry/sentry-opsgenie/archive/master.zip -https://github.com/getsentry/sentry-redmine/archive/master.zip diff --git a/sentry.conf.py b/sentry.conf.py index 0d81622a76..e4e0baf184 100644 --- a/sentry.conf.py +++ b/sentry.conf.py @@ -304,9 +304,3 @@ if 'BITBUCKET_CONSUMER_KEY' in os.environ: BITBUCKET_CONSUMER_KEY = env('BITBUCKET_CONSUMER_KEY') BITBUCKET_CONSUMER_SECRET = env('BITBUCKET_CONSUMER_SECRET') - -########################### -## Google Authentication ## -########################### -GOOGLE_CLIENT_ID = env('GOOGLE_CLIENT_ID') or "" -GOOGLE_CLIENT_SECRET = env('GOOGLE_CLIENT_SECRET') or ""