mirror of
https://github.com/YunoHost-Apps/coin_ynh.git
synced 2024-09-03 18:16:26 +02:00
Revert "Use metapackage for PostgreSQL dev libraries. (#34)"
This reverts commit e3a41bc5c2
.
This commit is contained in:
parent
f83d51222b
commit
113d30f499
2 changed files with 1 additions and 12 deletions
|
@ -68,7 +68,7 @@ ram.runtime = "50M"
|
|||
main.allowed = "visitors"
|
||||
|
||||
[resources.apt]
|
||||
packages = "gunicorn, python3, python3-venv, libpq-dev, libsasl2-dev, libjpeg-dev, libxml2-dev, libxslt1-dev, libpango1.0-0, postgresql, postgresql-contrib, postgresql-server-dev-all python3-dev"
|
||||
packages = "gunicorn, python3, python3-venv, libpq-dev, libsasl2-dev, libjpeg-dev, libxml2-dev, libxslt1-dev, libpango1.0-0, postgresql, postgresql-contrib, postgresql-server-dev-13"
|
||||
|
||||
[resources.database]
|
||||
type = "postgresql"
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
diff --git a/requirements.txt b/requirements.txt
|
||||
index 27c1a5c..a21fd3d 100644
|
||||
--- a/requirements.txt
|
||||
+++ b/requirements.txt
|
||||
@@ -1,5 +1,5 @@
|
||||
Django>=2.2,<2.3
|
||||
-psycopg2>=2.8,<2.9
|
||||
+psycopg2>=2.9,<3.0
|
||||
# To match django-ldapdb version:
|
||||
#python-ldap>=3.0,<3.1
|
||||
#wsgiref
|
Loading…
Reference in a new issue