diff --git a/README.md b/README.md index c5ce07c..022944e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![](https://raw.github.com/snarfed/bridgy/master/static/bridgy_logo_thumb.jpg) [Bridgy Fed](https://fed.brid.gy/) [![Circle CI](https://circleci.com/gh/snarfed/bridgy-fed.svg?style=svg)](https://circleci.com/gh/snarfed/bridgy-fed) [![Coverage Status](https://coveralls.io/repos/github/snarfed/bridgy-fed/badge.svg?branch=master)](https://coveralls.io/github/snarfed/bridgy-fed?branch=master) +![](https://raw.github.com/snarfed/bridgy/master/static/bridgy_logo_thumb.jpg) [Bridgy Fed](https://fed.brid.gy/) [![Circle CI](https://circleci.com/gh/snarfed/bridgy-fed.svg?style=svg)](https://circleci.com/gh/snarfed/bridgy-fed) [![Coverage Status](https://coveralls.io/repos/github/snarfed/bridgy-fed/badge.svg?branch=master)](https://coveralls.io/github/snarfed/bridgy-fed?branch=main) === Got an [IndieWeb](https://indieweb.org/) site? Want to interact with federated social networks like [Mastodon](https://joinmastodon.org/), [Hubzilla](https://project.hubzilla.org/), and more? Bridgy Fed is for you. diff --git a/requirements.txt b/requirements.txt index 4b38dbe..c4117d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ git+https://github.com/snarfed/django-salmon.git#egg=django_salmon git+https://github.com/snarfed/httpsig.git@HTTPSignatureAuth-sign-header#egg=httpsig -git+https://github.com/snarfed/oauth-dropins.git@master#egg=oauth_dropins -git+https://github.com/snarfed/granary.git@master#egg=granary +git+https://github.com/snarfed/oauth-dropins.git#egg=oauth_dropins +git+https://github.com/snarfed/granary.git#egg=granary feedparser~=6.0.2 google-cloud-logging~=2.2.0 gunicorn~=20.0