forked from cookiecutter/cookiecutter-django
-
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.
- Loading branch information
1 parent
a0c8863
commit b042b21
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
{{cookiecutter.project_slug}}/utility/requirements-noble.apt
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 |