mirror of
https://github.com/YunoHost-Apps/coin_ynh.git
synced 2024-09-03 18:16:26 +02:00
e3a41bc5c2
* Use metapackage for PostgreSQL dev libraries. * Use proper package. * Add python3-dev dependency. * YOLOBUMP psycopg2 * Update main-001.patch
11 lines
268 B
Diff
11 lines
268 B
Diff
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
|