refactor: Remove PyContracts usage. (#27887)

* refactor: Remove PyContracts usage.

We have not used PyContracts in a while and it is overhead we don't
need in edx-platform.

https://openedx.atlassian.net/browse/DEPR-147

* chore: Updating Python Requirements (#28018)

Co-authored-by: edX requirements bot <49161187+edx-requirements-bot@users.noreply.github.com>
This commit is contained in:
Diana Huang
2021-06-23 18:24:06 -04:00
committed by GitHub
parent a775d5cebc
commit 29548459fa
32 changed files with 47 additions and 343 deletions

View File

@@ -214,7 +214,6 @@ intersphinx_mapping = {
# Mock out these external modules during code import to avoid errors
autodoc_mock_imports = [
'MySQLdb',
'contracts',
'django_mysql',
'pymongo',
]