-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add requirements-custom.txt for custom requirements that will be reinstalled on package update - add websockets to crossenv reqirements - add pycryptodome
- Loading branch information
Showing
5 changed files
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
pycryptodome==3.15.0 | ||
pycryptodomex==3.15.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Home Assistant core | ||
# requirements-custom.txt | ||
# | ||
# This file is for additional python modules that will be installed on a package update. | ||
# | ||
# For example: | ||
# When you manually installed a python module with pip, you can add here a line for each module | ||
# like "module==version" (or "module>=version", or ...) | ||
# and it will be installed by the installer on the next package update. | ||
# | ||
# This is experimental and has limitations: | ||
# - probably your custom modules will need updated versions, so you can try to omit the version | ||
# - you can get unresolvable conflicts with other python modules | ||
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters