mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 04:35:11 +02:00
Improve setup (#37075)
This commit is contained in:
@@ -7,4 +7,5 @@ set -e
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
echo "Installing development dependencies..."
|
||||
python3 -m pip install tox colorlog pre-commit $(grep mypy requirements_test.txt)
|
||||
python3 -m pip install wheel --constraint homeassistant/package_constraints.txt
|
||||
python3 -m pip install tox colorlog pre-commit $(grep mypy requirements_test.txt) --constraint homeassistant/package_constraints.txt
|
||||
|
Reference in New Issue
Block a user