mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-11 04:07:48 +03:00
45 lines
623 B
Plaintext
45 lines
623 B
Plaintext
##basic build dependencies of various Django apps for Ubuntu 14.04
|
|
#build-essential metapackage install: make, gcc, g++,
|
|
build-essential
|
|
#required to translate
|
|
gettext
|
|
python-dev
|
|
|
|
##shared dependencies of:
|
|
##Pillow, pylibmc
|
|
zlib1g-dev
|
|
|
|
##Postgresql and psycopg2 dependencies
|
|
libpq-dev
|
|
|
|
##Pillow dependencies
|
|
libtiff4-dev
|
|
libjpeg8-dev
|
|
libfreetype6-dev
|
|
liblcms1-dev
|
|
libwebp-dev
|
|
|
|
|
|
##django-extensions
|
|
graphviz-dev
|
|
|
|
##hitch
|
|
python-setuptools
|
|
python3-dev
|
|
python-virtualenv
|
|
python-pip
|
|
firefox
|
|
automake
|
|
libtool
|
|
libreadline6
|
|
libreadline6-dev
|
|
libreadline-dev
|
|
libsqlite3-dev
|
|
libxml2
|
|
libxml2-dev
|
|
libssl-dev
|
|
libbz2-dev
|
|
wget
|
|
curl
|
|
llvm
|