-
-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
28 additions
and
3 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
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,9 +1,23 @@ | ||
django | ||
## | ||
## Apprise Backend Installation | ||
## | ||
## You should only have 1 of the 3 items uncommented below. | ||
|
||
## 1. Uncomment the below line to pull the main branch of Apprise: | ||
# apprise @ git+https://github.com/caronc/apprise | ||
|
||
## 2. Uncomment the below line instead if you wish to focus on a tag: | ||
# apprise @ git+https://github.com/caronc/apprise@custom-tag-or-version | ||
|
||
## 3. The below grabs our stable version (generally the best choice): | ||
apprise == 1.4.5 | ||
|
||
## Apprise API Minimum Requirements | ||
django | ||
gevent | ||
gunicorn | ||
|
||
# 3rd party service support | ||
## 3rd Party Service support | ||
paho-mqtt | ||
gntp | ||
cryptography |