Skip to content

Commit

Permalink
Add runsslserver dependency [fixes #104]
Browse files Browse the repository at this point in the history
  • Loading branch information
st4lk committed Jan 1, 2020
1 parent 460efc0 commit ae3625c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -487,6 +487,14 @@ There is an [example project](https://github.com/st4lk/django-rest-social-auth/t
git clone https://github.com/st4lk/django-rest-social-auth.git
```

- make sure all dependencies are installed

```bash
pip install -r requirements_test.txt
```

For example project `requirements_test.txt` are needed.

- step in example_project/

```bash
Expand Down
2 changes: 2 additions & 0 deletions RELEASE_NOTES.md
Expand Up @@ -5,6 +5,8 @@ master
------
- Fix facebook integration in example project: serve with fake TLS certificate

Issues: #104

v2.2.0
------
- Update license, use MIT
Expand Down
3 changes: 3 additions & 0 deletions requirements_test.txt
@@ -1,4 +1,7 @@
-r requirements.txt

pytest-django==3.4.8
httpretty==0.9.6
unittest2==1.0.1
mock==1.3.0
django-sslserver==0.22

0 comments on commit ae3625c

Please sign in to comment.