parent
fef24674c6
commit
19626f9942
2 changed files with 16 additions and 7 deletions
@ -1,12 +1,9 @@ |
||||
### Setup |
||||
|
||||
install virtualenv |
||||
Install a virtualenv: |
||||
|
||||
``` |
||||
virtualenv env --python python3.4 && \ |
||||
virtualenv env --python python3.5 && \ |
||||
source env/bin/activate && \ |
||||
pip install --requirement requirements-dev.txt |
||||
``` |
||||
|
||||
then: |
||||
|
||||
pip install --requirement humans.txt |
||||
``` |
||||
@ -0,0 +1,12 @@ |
||||
#django-guardian |
||||
Django |
||||
django-debug-toolbar |
||||
django-environ |
||||
django-extensions |
||||
django-filter |
||||
django-mptt |
||||
django-registration-redux |
||||
jsonschema |
||||
Pillow |
||||
psycopg2 |
||||
pydash |
||||
Loading…
Reference in new issue