Codebase list python-faraday / 2a30c61
Refresh patches Sophie Brun 3 years ago
3 changed file(s) with 7 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
1515 2 files changed, 5 insertions(+), 8 deletions(-)
1616
1717 diff --git a/faraday/manage.py b/faraday/manage.py
18 index 6a1ceb4..1ff4824 100755
18 index 801384b..4a09639 100755
1919 --- a/faraday/manage.py
2020 +++ b/faraday/manage.py
21 @@ -105,9 +105,9 @@ def sql_shell():
21 @@ -112,9 +112,9 @@ def sql_shell():
2222 @click.command(help='Checks configuration and faraday status.')
2323 @click.option('--check_postgresql', default=False, is_flag=True)
2424 @click.option('--check_faraday', default=False, is_flag=True)
3030
3131 selected = False
3232 exit_code = 0
33 @@ -121,9 +121,9 @@ def status_check(check_postgresql, check_faraday, check_dependencies, check_conf
33 @@ -128,9 +128,9 @@ def status_check(check_postgresql, check_faraday, check_dependencies, check_conf
3434 status_check_functions.print_faraday_status()
3535 selected = True
3636
1414 1 file changed, 1 insertion(+), 1 deletion(-)
1515
1616 diff --git a/requirements.txt b/requirements.txt
17 index 160fcc5..39cd098 100644
17 index 1dc000b..188e641 100644
1818 --- a/requirements.txt
1919 +++ b/requirements.txt
2020 @@ -25,7 +25,7 @@ tqdm>=4.15.0
2525 +filteralchemy
2626 filedepot>=0.5.0
2727 nplusone>=0.8.1
28 Flask-Restless>=0.17.0
28 syslog-rfc5424-formatter>=1.1.1
1313 2 files changed, 4 insertions(+), 1 deletion(-)
1414
1515 diff --git a/faraday/manage.py b/faraday/manage.py
16 index 1ff4824..f8e6444 100755
16 index 4a09639..6c13e13 100755
1717 --- a/faraday/manage.py
1818 +++ b/faraday/manage.py
1919 @@ -26,6 +26,9 @@ if platform.system() == "Linux":
2727 import requests
2828 import alembic.command
2929 diff --git a/requirements.txt b/requirements.txt
30 index 44955cb..160fcc5 100644
30 index 5ed0301..1dc000b 100644
3131 --- a/requirements.txt
3232 +++ b/requirements.txt
3333 @@ -14,7 +14,7 @@ Flask-Security>=3.0.0