forked from evilalmus/arlo-downloader
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
55613b2
commit 8be3462
Showing
4 changed files
with
26 additions
and
0 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 |
---|---|---|
|
@@ -16,3 +16,4 @@ services: | |
DEBUG: ${DEBUG:-0} | ||
UID: ${UID:-999} | ||
GID: ${GID:-999} | ||
SENTRY_DSN: ${SENTRY_DSN:-_invalid} |
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,3 +1,6 @@ | ||
cloudscraper>=1.2.71 | ||
# TODO: switch to release when better errors is merged | ||
pyaarlo @ git+https://github.com/twrecked/pyaarlo@bb84163fc576c3756bf3a535b8cfe5a436bee8a1 | ||
|
||
# optional | ||
sentry-sdk>=2.12.0 |