Merge branch 'dev-indep' of https://github.com/ytorg/yotter into dev-indep

This commit is contained in:
pluja 2020-11-09 15:39:46 +01:00
commit d39ebac719
3 changed files with 5 additions and 4 deletions

View File

@ -33,7 +33,7 @@ jobs:
- name: Write the current version to a file
run: "{ git describe --tags --abbrev=0 & date +\"%d-%m-%y\" & git rev-list HEAD --max-count=1 --abbrev-commit;} > version.txt"
- name: cache docker cache
uses: actions/cache@v2.1.2
uses: actions/cache@v2.1.3
with:
path: ${{ github.workspace }}/cache
key: ${{ runner.os }}-docker-cpython-${{ hashFiles('**/requirements.txt') }}-${{ hashFiles('**/dockerhash.txt') }}
@ -74,7 +74,7 @@ jobs:
- name: Write the current version to a file
run: "{ git describe --tags --abbrev=0 & date +\"%d-%m-%y\" & git rev-list HEAD --max-count=1 --abbrev-commit;} > version.txt"
- name: cache docker cache
uses: actions/cache@v2.1.2
uses: actions/cache@v2.1.3
with:
path: ${{ github.workspace }}/cache
key: ${{ runner.os }}-docker-pypy-${{ hashFiles('**/requirements.txt') }}-${{ hashFiles('**/dockerhash.txt') }}

View File

@ -44,6 +44,7 @@ So we need platforms and spaces where we can freely watch and listen content wit
- [x] Save your favourite Tweets.
- [x] Tor-friendly.
- [x] Terminal-browser friendly.
- [x] Fair non-adictive UX - No recommendations, no trending, no tops. Just your feed and your searches.
*Video player is VideoJS, which uses JavaScript. But if JavaScript is disabled Yotter still works perfectly and uses the default HTML video player.

View File

@ -2,7 +2,7 @@ alembic==1.4.3
beautifulsoup4==4.9.3
bleach==3.2.1
cachetools==4.1.1
certifi==2020.6.20
certifi==2020.11.8
chardet==3.0.4
click==7.1.2
feedparser==6.0.2
@ -38,7 +38,7 @@ urllib3==1.25.11
webencodings==0.5.1
Werkzeug==1.0.1
WTForms==2.3.3
youtube-dlc==2020.10.31
youtube-dlc==2020.11.7
youtube-search-fork==1.2.5
zope.event==4.5.0
zope.interface==5.1.2