Codebase list python-faraday / 5d8b909
Refresh patches Sophie Brun 2 years ago
2 changed file(s) with 10 addition(s) and 12 deletion(s). Raw diff Collapse all Expand all
22 Subject: Keep using filteralchemy name
33
44 Forwarded: not-needed
5 Last-Update: 2021-06-30
5 Last-Update: 2021-08-11
66
77 Description: We packaged filteralchemy found here:
88 https://github.com/infobyte/filteralchemy with name filteralchemy.
1010 for python-faraday and there is only one different commit from the
1111 official and unmaintained filteralchemy, we keep this name.
1212 ---
13 requirements.txt | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
13 requirements.txt | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
1515
1616 diff --git a/requirements.txt b/requirements.txt
17 index d18dee2..128dc2e 100644
17 index a8bed82..8420bf7 100644
1818 --- a/requirements.txt
1919 +++ b/requirements.txt
20 @@ -25,8 +25,8 @@ SQLAlchemy>=1.2.0,<1.4.0
21 tqdm>=4.15.0
20 @@ -26,7 +26,7 @@ tqdm>=4.15.0
2221 twisted>=18.9.0
2322 webargs>=7.0.0
24 -marshmallow-sqlalchemy==0.25.0
23 marshmallow-sqlalchemy>=0.26.1
2524 -filteralchemy-fork
26 +marshmallow-sqlalchemy
2725 +filteralchemy
2826 filedepot>=0.5.0
2927 nplusone>=0.8.1
1313 2 files changed, 4 insertions(+), 1 deletion(-)
1414
1515 diff --git a/faraday/manage.py b/faraday/manage.py
16 index 836dcc7..fe8730e 100755
16 index 8d6e8e5..b88a8ad 100755
1717 --- a/faraday/manage.py
1818 +++ b/faraday/manage.py
19 @@ -28,6 +28,9 @@ if platform.system() == "Linux":
19 @@ -29,6 +29,9 @@ if platform.system() == "Linux":
2020 except KeyError:
2121 pass
2222
2727 import requests
2828 import alembic.command
2929 diff --git a/requirements.txt b/requirements.txt
30 index f638885..d18dee2 100644
30 index 93d8893..a8bed82 100644
3131 --- a/requirements.txt
3232 +++ b/requirements.txt
3333 @@ -15,7 +15,7 @@ bleach>=3.3.0
34 marshmallow>=3.11.0
34 marshmallow>=3.11.0,<3.13.0
3535 Pillow>=4.2.1
3636 psycopg2
3737 -pgcli