Codebase list python-faraday / c7aa205
Add pgcli in dependency Sophie Brun 4 years ago
3 changed file(s) with 21 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
6363 curl,
6464 gir1.2-gtk-3.0,
6565 gir1.2-vte-2.91,
66 pgcli,
6667 postgresql,
6768 python3-tornado,
6869 sudo,
1414 1 file changed, 1 insertion(+), 1 deletion(-)
1515
1616 diff --git a/requirements.txt b/requirements.txt
17 index 44955cb..60ef3e4 100644
17 index 160fcc5..39cd098 100644
1818 --- a/requirements.txt
1919 +++ b/requirements.txt
2020 @@ -25,7 +25,7 @@ tqdm>=4.15.0
33
44 Last-Update: 2020-06-05
55
6 pgcli is not installed like a Python module in Debian: append the
7 correct path to PYTHON PATH.
6 pgcli is not installed like a Python module in Debian:
7 - append the correct path to PYTHON PATH.
8 - remove pgcli from requirements.txt: it's used by pkg_resources
9 which doesn't find the pgcli module
810 ---
911 faraday/manage.py | 3 +++
10 1 file changed, 3 insertions(+)
12 requirements.txt | 2 +-
13 2 files changed, 4 insertions(+), 1 deletion(-)
1114
1215 diff --git a/faraday/manage.py b/faraday/manage.py
1316 index 1ff4824..f8e6444 100755
2326 import click
2427 import requests
2528 import alembic.command
29 diff --git a/requirements.txt b/requirements.txt
30 index 44955cb..160fcc5 100644
31 --- a/requirements.txt
32 +++ b/requirements.txt
33 @@ -14,7 +14,7 @@ Flask-Security>=3.0.0
34 marshmallow>=3.0.0
35 Pillow>=4.2.1
36 psycopg2
37 -pgcli
38 +#pgcli
39 pyopenssl>=17.2.0
40 python-dateutil>=2.6.0
41 requests>=2.18.4