Skip to content
Snippets Groups Projects
Commit 38598b9b authored by plup's avatar plup
Browse files

feature: added pyyaml dependency

parent 6567909e
No related branches found
No related tags found
No related merge requests found
dist
*.egg-info
*.eggs
*.pyc
*~
*.swp
# Using the client
```
# docker run --rm -v $PWD:/code -w /code -it python:3.6 bash
# pip install .
# django-admin startproject sibserver /tmp/ --template /code/sib/templates/development/
# cd /tmp/
```
Then configure `djangoldp_account` in `packages.yml` and install it:
```
# pip install djangoldp_account
```
Play with the installation:
```
# python manage.py runserver --settings=sibserver.setting
```
......@@ -13,11 +13,12 @@ setup_requires =
django~=2.2
install_requires =
django~=2.2
django_rest_framework
requests
validators~=0.12
pyld==1.0.5
django-guardian==2.3.0
django_rest_framework==0.1.0
requests==2.23.0
pyyaml==5.3.1
[options.extras_require]
dev =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment