fix: Removed unnecessary constraints (#27915)

Updated constraints of following packages:
inflect,geoip2,maxmindb,path,isort (isort>5.0.0 introduced wrong-import-order warnings so disabled the warning)
This commit is contained in:
Usama Sadiq
2021-07-07 13:56:18 +05:00
committed by GitHub
parent 27d57d1b7e
commit e25f00f35c
10 changed files with 97 additions and 71 deletions

View File

@@ -21,7 +21,7 @@ from path import Path as path
from openedx.core.lib.derived import derive_settings
from xmodule.modulestore.modulestore_settings import update_module_store_settings
from xmodule.modulestore.modulestore_settings import update_module_store_settings # pylint: disable=wrong-import-order
from .common import *