-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reverted deps upgrade due to Raspberry pi issues
- Loading branch information
1 parent
01caa7a
commit a36c3b1
Showing
5 changed files
with
15 additions
and
15 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,4 +1,4 @@ | ||
FROM python:3.10.4-buster | ||
FROM python:3.10.1-buster | ||
|
||
# Setup labels | ||
LABEL version = "1.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
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,22 +1,22 @@ | ||
psycopg2==2.9.3 | ||
|
||
django==3.2.12 | ||
django==3.2.11 | ||
djangorestframework==3.13.1 | ||
django-cors-headers==3.11.0 | ||
django-cors-headers==3.10.1 | ||
django-polymorphic==3.1.0 | ||
django-rest-polymorphic==0.1.9 | ||
django-filter==21.1 | ||
|
||
sentry-sdk==1.5.8 | ||
whitenoise==6.0.0 | ||
sentry-sdk==1.5.1 | ||
whitenoise==5.3.0 | ||
channels==3.0.4 | ||
channels-redis==3.4.0 | ||
requests==2.27.1 | ||
python-magic==0.4.25 | ||
channels-redis==3.3.1 | ||
requests==2.26.0 | ||
python-magic==0.4.24 | ||
markdown==3.3.6 | ||
celery==5.2.3 | ||
redis==3.5.3 | ||
|
||
yt-dlp==2022.3.8.2 | ||
python-qbittorrent==0.4.2 | ||
selenium==4.1.3 | ||
selenium==4.1.0 |