Update requirements_bundles versions and comment (#4939)

This commit is contained in:
Rob Hudson
2020-06-09 04:38:29 -07:00
committed by GitHub
parent e233611840
commit 8597b727a7
2 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ logger = logging.getLogger(__name__)
# Make a directory for extensions and set it as an environment variable
# to be picked up by webpack.
extensions_relative_path = Path('client', 'app', 'extensions')
extensions_relative_path = Path("client", "app", "extensions")
extensions_directory = Path(__file__).parent.parent / extensions_relative_path
if not extensions_directory.exists():
@@ -94,9 +94,9 @@ def load_bundles():
bundles = load_bundles().items()
if bundles:
print('Number of extension bundles found: {}'.format(len(bundles)))
print("Number of extension bundles found: {}".format(len(bundles)))
else:
print('No extension bundles found.')
print("No extension bundles found.")
for bundle_name, paths in bundles:
# Shortcut in case not paths were found for the bundle

View File

@@ -4,5 +4,5 @@
# It's automatically installed when running npm run bundle
# These can be removed when upgrading to Python 3.x
importlib-metadata>=0.19 # remove when on 3.8
importlib_resources==1.0.2 # remove when on 3.7
importlib-metadata>=1.6 # remove when on 3.8
importlib_resources==1.5 # remove when on 3.9