Skip to content

Commit

Permalink
Merge pull request cookiecutter#5467 from cookiecutter/5465-missing-o…
Browse files Browse the repository at this point in the history
…s-requirements-for-ubuntu-latest

Add requirements for ubuntu 24.04
  • Loading branch information
foarsitter authored Oct 14, 2024
2 parents a0c8863 + b042b21 commit ccb0d97
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 ccb0d97

Please sign in to comment.