requirements: Add importlib-metadata and importlib-resources in dev.in.

importlib-metadata and importlib-resources are dependent packages for jsonschema
and cfn-lint respectively. They are built-in modules in later versions
of python (3.8, 3.7). When update-locked-requirements is run within python3.7 or
3.8 they will generate difference in locked files so we build these modules separately
to avoid such conflicts.
This commit is contained in:
arpit551
2020-03-23 04:19:01 +05:30
committed by Tim Abbott
parent 70bbb4ca7f
commit dc6b09dc04
3 changed files with 10 additions and 5 deletions

View File

@@ -26,4 +26,4 @@ LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.org/2019/12/13/zulip-2-1-relea
# historical commits sharing the same major version, in which case a
# minor version bump suffices.
PROVISION_VERSION = '75.1'
PROVISION_VERSION = '75.2'