-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moving install_os_dependencies script and adding runtime requirements…
… files.
- Loading branch information
1 parent
3870d1c
commit 268a9a8
Showing
12 changed files
with
232 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
##basic build dependencies of various Django apps for Ubuntu Bionic 18.04 | ||
#build-essential metapackage install: make, gcc, g++, | ||
build-essential | ||
#required to translate | ||
gettext | ||
python3-dev | ||
|
||
##shared dependencies of: | ||
##Pillow, pylibmc | ||
zlib1g-dev | ||
|
||
##Postgresql and psycopg dependencies | ||
libpq-dev | ||
|
||
##Pillow dependencies | ||
libtiff5-dev | ||
libjpeg8-dev | ||
libfreetype6-dev | ||
liblcms2-dev | ||
libwebp-dev | ||
|
||
##django-extensions | ||
libgraphviz-dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
##basic build dependencies of various Django apps for Debian Bookworm 12.x | ||
#build-essential metapackage install: make, gcc, g++, | ||
build-essential | ||
#required to translate | ||
gettext | ||
python3-dev | ||
|
||
##shared dependencies of: | ||
##Pillow, pylibmc | ||
zlib1g-dev | ||
|
||
##Postgresql and psycopg dependencies | ||
libpq-dev | ||
|
||
##Pillow dependencies | ||
libtiff5-dev | ||
libjpeg62-turbo-dev | ||
libfreetype6-dev | ||
liblcms2-dev | ||
libwebp-dev | ||
|
||
##django-extensions | ||
libgraphviz-dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
##basic build dependencies of various Django apps for Debian Bullseye 11.x | ||
#build-essential metapackage install: make, gcc, g++, | ||
build-essential | ||
#required to translate | ||
gettext | ||
python3-dev | ||
|
||
##shared dependencies of: | ||
##Pillow, pylibmc | ||
zlib1g-dev | ||
|
||
##Postgresql and psycopg dependencies | ||
libpq-dev | ||
|
||
##Pillow dependencies | ||
libtiff5-dev | ||
libjpeg62-turbo-dev | ||
libfreetype6-dev | ||
liblcms2-dev | ||
libwebp-dev | ||
|
||
##django-extensions | ||
libgraphviz-dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
##basic build dependencies of various Django apps for Debian Jessie 10.x | ||
#build-essential metapackage install: make, gcc, g++, | ||
build-essential | ||
#required to translate | ||
gettext | ||
python3-dev | ||
|
||
##shared dependencies of: | ||
##Pillow, pylibmc | ||
zlib1g-dev | ||
|
||
##Postgresql and psycopg dependencies | ||
libpq-dev | ||
|
||
##Pillow dependencies | ||
libtiff5-dev | ||
libjpeg62-turbo-dev | ||
libfreetype6-dev | ||
liblcms2-dev | ||
libwebp-dev | ||
|
||
##django-extensions | ||
libgraphviz-dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
##basic build dependencies of various Django apps for Ubuntu Focal 20.04 | ||
#build-essential metapackage install: make, gcc, g++, | ||
build-essential | ||
#required to translate | ||
gettext | ||
python3-dev | ||
|
||
##shared dependencies of: | ||
##Pillow, pylibmc | ||
zlib1g-dev | ||
|
||
##Postgresql and psycopg dependencies | ||
libpq-dev | ||
|
||
##Pillow dependencies | ||
libtiff5-dev | ||
libjpeg8-dev | ||
libfreetype6-dev | ||
liblcms2-dev | ||
libwebp-dev | ||
|
||
##django-extensions | ||
graphviz-dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
##basic build dependencies of various Django apps for Ubuntu Jammy 22.04 | ||
#build-essential metapackage install: make, gcc, g++, | ||
build-essential | ||
#required to translate | ||
gettext | ||
python3-dev | ||
|
||
##shared dependencies of: | ||
##Pillow, pylibmc | ||
zlib1g-dev | ||
|
||
##Postgresql and psycopg dependencies | ||
libpq-dev | ||
|
||
##Pillow dependencies | ||
libtiff5-dev | ||
libjpeg8-dev | ||
libfreetype6-dev | ||
liblcms2-dev | ||
libwebp-dev | ||
|
||
##django-extensions | ||
graphviz-dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
##basic build dependencies of various Django apps for Debian Jessie 8.x | ||
#build-essential metapackage install: make, gcc, g++, | ||
build-essential | ||
#required to translate | ||
gettext | ||
python3-dev | ||
|
||
##shared dependencies of: | ||
##Pillow, pylibmc | ||
zlib1g-dev | ||
|
||
##Postgresql and psycopg dependencies | ||
libpq-dev | ||
|
||
##Pillow dependencies | ||
libtiff5-dev | ||
libjpeg62-turbo-dev | ||
libfreetype6-dev | ||
liblcms2-dev | ||
libwebp-dev | ||
|
||
##django-extensions | ||
graphviz-dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
##basic build dependencies of various Django apps for Debian Jessie 9.x | ||
#build-essential metapackage install: make, gcc, g++, | ||
build-essential | ||
#required to translate | ||
gettext | ||
python3-dev | ||
|
||
##shared dependencies of: | ||
##Pillow, pylibmc | ||
zlib1g-dev | ||
|
||
##Postgresql and psycopg dependencies | ||
libpq-dev | ||
|
||
##Pillow dependencies | ||
libtiff5-dev | ||
libjpeg62-turbo-dev | ||
libfreetype6-dev | ||
liblcms2-dev | ||
libwebp-dev | ||
|
||
##django-extensions | ||
graphviz-dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
##basic build dependencies of various Django apps for Ubuntu Trusty 14.04 | ||
#build-essential metapackage install: make, gcc, g++, | ||
build-essential | ||
#required to translate | ||
gettext | ||
python3-dev | ||
|
||
##shared dependencies of: | ||
##Pillow, pylibmc | ||
zlib1g-dev | ||
|
||
##Postgresql and psycopg dependencies | ||
libpq-dev | ||
|
||
##Pillow dependencies | ||
libtiff4-dev | ||
libjpeg8-dev | ||
libfreetype6-dev | ||
liblcms1-dev | ||
libwebp-dev | ||
|
||
##django-extensions | ||
graphviz-dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
##basic build dependencies of various Django apps for Ubuntu Xenial 16.04 | ||
#build-essential metapackage install: make, gcc, g++, | ||
build-essential | ||
#required to translate | ||
gettext | ||
python3-dev | ||
|
||
##shared dependencies of: | ||
##Pillow, pylibmc | ||
zlib1g-dev | ||
|
||
##Postgresql and psycopg dependencies | ||
libpq-dev | ||
|
||
##Pillow dependencies | ||
libtiff5-dev | ||
libjpeg8-dev | ||
libfreetype6-dev | ||
liblcms2-dev | ||
libwebp-dev | ||
|
||
##django-extensions | ||
graphviz-dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters