Skip to content

Commit

Permalink
Install via setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ipmb committed Aug 1, 2014
1 parent 68741a7 commit 9cbb4a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bin/provision
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ fi

npm install --no-color -g coffee-script less@1.3 --registry http://registry.npmjs.org/ # eco browserify

/home/vagrant/venv/bin/pip install --timeout=30 --exists-action=w -r /vagrant/requirements.txt --no-use-wheel
/home/vagrant/venv/bin/pip install --timeout=30 --exists-action=w -e /vagrant/ --no-use-wheel

# Start redis
sudo service redis-server restart
Expand Down
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,13 @@
author_email='info@arachnys.com',
url='http://cabotapp.com',
license='MIT',
# Not hosted on PyPI
dependency_links=[
'https://argparse.googlecode.com/files/argparse-1.2.1.tar.gz',
],
install_requires=[
'Django==1.4.10',
'PyJWT==0.1.2',
'South==0.7.6',
'amqp==1.3.3',
'anyjson==0.3.3',
'argparse==1.2.1',
'billiard==3.3.0.13',
'celery==3.1.7',
'distribute==0.6.24',
Expand Down

0 comments on commit 9cbb4a0

Please sign in to comment.