mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 14:56:47 +00:00
Merge remote-tracking branch 'OpenBankProject/master'
This commit is contained in:
commit
ca82185f5e
6
NOTICE
6
NOTICE
@ -1,5 +1,5 @@
|
||||
Open Bank Project API Manager
|
||||
Copyright (C) 2011-2016, TESOBE Ltd
|
||||
Copyright (C) 2011-2021, TESOBE GmbH
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU Affero General Public License as published by
|
||||
@ -15,11 +15,11 @@ You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
Email: contact@tesobe.com
|
||||
TESOBE Ltd
|
||||
TESOBE GmbH
|
||||
Osloerstrasse 16/17
|
||||
Berlin 13359, Germany
|
||||
|
||||
This product includes software developed at
|
||||
TESOBE (http://www.tesobe.com/)
|
||||
by
|
||||
Sebastian Henschel <sebastian@tesobe.com>
|
||||
Sebastian Henschel sebastian AT tesobe DOT com
|
||||
|
||||
@ -31,6 +31,15 @@ The directory tree might look like:
|
||||
|
||||
## Install dependencies
|
||||
|
||||
|
||||
|
||||
**Either install psycopg2 from source or from your os distribution (preferred),
|
||||
or uncomment #psycopg2-binary to psycopg2-binary:**
|
||||
|
||||
```bash
|
||||
$ sed -i 's/#psycopg2-binary/psycopg2-binary/' requirements.txt # (optional see above)
|
||||
```
|
||||
|
||||
```bash
|
||||
$ virtualenv --python=python3 ../venv
|
||||
$ source ../venv/bin/activate
|
||||
|
||||
@ -6,7 +6,8 @@ requests-oauthlib==0.6.2
|
||||
PyJWT==1.5.3
|
||||
gunicorn==19.6.0
|
||||
matplotlib
|
||||
django-bootstrap-datepicker-plus
|
||||
django-bootstrap-datepicker-plus==3.0.5
|
||||
django-mathfilters
|
||||
django-bootstrap3
|
||||
psycopg2==2.9.1
|
||||
#uncomment below if you cannot / want not install psycopg2 from source or distribution package
|
||||
#psycopg2-binary
|
||||
|
||||
Loading…
Reference in New Issue
Block a user