Skip to content

Commit

Permalink
Merge branch 'master' into limit-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankoegl committed Aug 15, 2018
2 parents f334e3c + 52fbfe7 commit e0d8967
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: python

python:
- "3.5"
- "3.6"
- "3.6-dev"
- "3.7-dev"
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==2.0.7
Django==2.0.8
Babel==2.6.0
Pillow==5.2.0
celery[redis]==4.2.1
Expand All @@ -10,7 +10,7 @@ gunicorn==19.9.0
html2text==2018.1.9
markdown2==2.3.5
oauth2client==4.1.2
psycopg2cffi==2.7.7
psycopg2cffi==2.8.1
python-dateutil==2.7.3
redis==2.10.6
django-celery-results==1.0.1
Expand Down
2 changes: 1 addition & 1 deletion static/clientconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"mygpo": {
"baseurl": "http://gpodder.net/"
"baseurl": "https://gpodder.net/"
},

"mygpo-feedservice": {
Expand Down

0 comments on commit e0d8967

Please sign in to comment.