Block typing from being installed (#37707)
This commit is contained in:
parent
df9de8eb5d
commit
e96d8a961c
8 changed files with 16 additions and 42 deletions
|
@ -68,14 +68,14 @@ urllib3>=1.24.3
|
|||
# Constrain httplib2 to protect against CVE-2020-11078
|
||||
httplib2>=0.18.0
|
||||
|
||||
# Not needed for our supported Python versions
|
||||
enum34==1000000000.0.0
|
||||
|
||||
# This is a old unmaintained library and is replaced with pycryptodome
|
||||
pycrypto==1000000000.0.0
|
||||
|
||||
# This is built-in and breaks pip if installed
|
||||
# This overrides a built-in Python package
|
||||
enum34==1000000000.0.0
|
||||
typing==1000000000.0.0
|
||||
uuid==1000000000.0.0
|
||||
|
||||
"""
|
||||
|
||||
IGNORE_PRE_COMMIT_HOOK_ID = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue