Use importlib metadata to check installed packages (#24114)

* Use importlib metadata

* Fix script

* Remove unused import

* Update requirements"
This commit is contained in:
Paulus Schoutsen 2019-05-26 11:58:42 -07:00 committed by GitHub
parent 96b7bb625d
commit 179fb0f3b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 52 additions and 111 deletions

View file

@ -38,6 +38,7 @@ REQUIRES = [
'attrs==19.1.0',
'bcrypt==3.1.6',
'certifi>=2018.04.16',
'importlib-metadata==0.15',
'jinja2>=2.10',
'PyJWT==1.7.1',
# PyJWT has loose dependency. We want the latest one.