From 7abd58306f6ff706dde03d315cea81adfa701938 Mon Sep 17 00:00:00 2001 From: Marcio Mazza Date: Wed, 16 Jul 2014 17:53:09 -0300 Subject: [PATCH] Instalando googlecharts simplesmente via requirements.txt --- README.md | 6 ------ install.sh | 7 ------- requirements.txt | 2 +- 3 files changed, 1 insertion(+), 14 deletions(-) diff --git a/README.md b/README.md index 4ccd2b9..4c1c27c 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,6 @@ Instale as dependências do arquivo `requirements.txt` $ pip install -r requirements.txt -Install django-googlecharts - - $ git clone git://github.com/jacobian/django-googlecharts.git - $ cd django-googlecharts - $ python setup.py install - Install a app de reports generator $ git clone https://github.com/marinho/geraldo.git diff --git a/install.sh b/install.sh index cbaa212..17c33fe 100644 --- a/install.sh +++ b/install.sh @@ -23,13 +23,6 @@ source ./env/bin/activate echo "Isolando arquivos temporários..." mkdir tmp -echo "Instalando django-googlecharts..." -cd tmp/ -git clone git://github.com/jacobian/django-googlecharts.git -cd django-googlecharts -python setup.py install -cd .. - echo "Instalando geraldo reports..." git clone https://github.com/marinho/geraldo.git cd geraldo diff --git a/requirements.txt b/requirements.txt index f54d2fe..1c3e572 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ Pillow==2.5.1 django-auth-ldap==1.2.0 django-autoslug==1.7.2 django-extensions==1.3.8 -django-googlecharts==1.0-alpha-1 +git+git://github.com/jacobian/django-googlecharts.git@c542996cf9a7a097b447e1ce5a1a6b66bdad254f#egg=django_googlecharts-master django-localflavor==1.0 django-treemenus==0.9.1 eav-django==1.4.5