Avoid insecure pycryptodome (#16238)

This commit is contained in:
Paulus Schoutsen 2018-08-28 12:49:50 +02:00 committed by Paulus Schoutsen
parent 667f9c6fe4
commit 573f5de148
2 changed files with 4 additions and 0 deletions

View file

@ -13,6 +13,8 @@ pyyaml>=3.13,<4
requests==2.19.1
voluptuous==0.11.5
pycryptodome>=3.6.6
# Breaks Python 3.6 and is not needed for our supported Python versions
enum34==1000000000.0.0

View file

@ -124,6 +124,8 @@ URL_PIN = ('https://home-assistant.io/developers/code_review_platform/'
CONSTRAINT_PATH = os.path.join(os.path.dirname(__file__),
'../homeassistant/package_constraints.txt')
CONSTRAINT_BASE = """
pycryptodome>=3.6.6
# Breaks Python 3.6 and is not needed for our supported Python versions
enum34==1000000000.0.0