Skip to content

Commit

Permalink
Add requirements for ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
foarsitter committed Oct 14, 2024
1 parent a0c8863 commit b042b21
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions {{cookiecutter.project_slug}}/utility/requirements-noble.apt
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

0 comments on commit b042b21

Please sign in to comment.