mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-11-01 09:09:51 +00:00
Adding chardet + mysql-python to fabric.
This commit is contained in:
parent
b1d664eb14
commit
4741813417
1 changed files with 1 additions and 1 deletions
2
fabfile.py
vendored
2
fabfile.py
vendored
|
|
@ -422,7 +422,7 @@ def setup_psycopg():
|
||||||
|
|
||||||
def setup_python():
|
def setup_python():
|
||||||
# sudo('easy_install -U pip')
|
# sudo('easy_install -U pip')
|
||||||
sudo('easy_install -U fabric django==1.3.1 readline pyflakes iconv celery django-celery django-celery-with-redis django-compress South django-extensions pymongo==2.2.0 stripe BeautifulSoup pyyaml nltk lxml oauth2 pytz boto seacucumber django_ses mongoengine redis requests django-subdomains psutil python-gflags cssutils raven pyes')
|
sudo('easy_install -U fabric django==1.3.1 readline chardet mysql-python pyflakes iconv celery django-celery django-celery-with-redis django-compress South django-extensions pymongo==2.2.0 stripe BeautifulSoup pyyaml nltk lxml oauth2 pytz boto seacucumber django_ses mongoengine redis requests django-subdomains psutil python-gflags cssutils raven pyes')
|
||||||
|
|
||||||
put('config/pystartup.py', '.pystartup')
|
put('config/pystartup.py', '.pystartup')
|
||||||
# with cd(os.path.join(env.NEWSBLUR_PATH, 'vendor/cjson')):
|
# with cd(os.path.join(env.NEWSBLUR_PATH, 'vendor/cjson')):
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue