mirror of
https://github.com/YunoHost-Apps/coin_ynh.git
synced 2024-09-03 18:16:26 +02:00
Update main-001.patch
This commit is contained in:
parent
755851e0ef
commit
c87c57e369
1 changed files with 10 additions and 20 deletions
|
@ -1,21 +1,11 @@
|
||||||
From 43585e806da2002b4b070489e2f6db6aafb3ca2f Mon Sep 17 00:00:00 2001
|
diff --git a/requirements.txt b/requirements.txt
|
||||||
From: orhtej2 <2871798+orhtej2@users.noreply.github.com>
|
index 27c1a5c..a21fd3d 100644
|
||||||
Date: Sat, 10 Feb 2024 20:01:35 +0100
|
|
||||||
Subject: [PATCH] Use newer Psycopg
|
|
||||||
|
|
||||||
---
|
|
||||||
exporter/src/app/browser.cljs | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/requirements.txt b/requierement.txt
|
|
||||||
index 3cbcf2b98..c2c44e774 100644
|
|
||||||
--- a/requirements.txt
|
--- a/requirements.txt
|
||||||
+++ b/requierement.txt
|
+++ b/requirements.txt
|
||||||
@@ -2,1 +2,1 @@
|
@@ -1,5 +1,5 @@
|
||||||
Django>=2.2,<2.3
|
Django>=2.2,<2.3
|
||||||
- psycopg2>=2.8,<2.9
|
-psycopg2>=2.8,<2.9
|
||||||
+ psycopg2>=2.9,<3.0
|
+psycopg2>=2.9,<3.0
|
||||||
# To match django-ldapdb version:
|
# To match django-ldapdb version:
|
||||||
#python-ldap>=3.0,<3.
|
#python-ldap>=3.0,<3.1
|
||||||
--
|
#wsgiref
|
||||||
2.42.0.windows.2
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue