Skip to content

Commit

Permalink
Merge pull request #31710 from openedx/revert-31685-ammar/add-django-…
Browse files Browse the repository at this point in the history
…settings-variable-for-surveymonkey-job

Revert "chore: add django settings variable for surveymonkey import data job"
  • Loading branch information
saleem-latif authored Feb 3, 2023
2 parents 1118941 + 261bbe1 commit ec70ac7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 0 additions & 2 deletions lms/envs/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -5286,5 +5286,3 @@ def _make_locale_paths(settings): # pylint: disable=missing-function-docstring
ENTERPRISE_MANUAL_REPORTING_CUSTOMER_UUIDS = []

AVAILABLE_DISCUSSION_TOURS = []

SURVEYMONKEY_ACCESS_TOKEN = "I am an access token"
2 changes: 2 additions & 0 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,5 @@ pyopenssl==22.0.0


cryptography==38.0.4 # greater version has some issues with openssl.

outcome-surveys==2.0.0 # greater versions has breaking changes
2 changes: 1 addition & 1 deletion requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ ora2==5.0.0
# via -r requirements/edx/base.in
oscrypto==1.3.0
# via snowflake-connector-python
outcome-surveys==2.1.0
outcome-surveys==2.0.0
# via -r requirements/edx/base.in
packaging==23.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ oscrypto==1.3.0
# via
# -r requirements/edx/testing.txt
# snowflake-connector-python
outcome-surveys==2.1.0
outcome-surveys==2.0.0
# via -r requirements/edx/testing.txt
packaging==23.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@ oscrypto==1.3.0
# via
# -r requirements/edx/base.txt
# snowflake-connector-python
outcome-surveys==2.1.0
outcome-surveys==2.0.0
# via -r requirements/edx/base.txt
packaging==23.0
# via
Expand Down

0 comments on commit ec70ac7

Please sign in to comment.