From b736aac0c08abaee3df9bab35eb79d855c4d4ae2 Mon Sep 17 00:00:00 2001 From: Darius Foo Date: Tue, 6 Feb 2018 11:12:43 +0800 Subject: [PATCH 1/2] Remove raven This particular version no longer builds with Python 3 --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 731eef4..2110eb4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,3 @@ rsa==3.4 requests==2.2.1 feedparser==5.1.1 pycrypto==2.4 -raven==1.9.4 From f3eed957fc2dfff12b822a9860063ec3509a4064 Mon Sep 17 00:00:00 2001 From: Ahmed ElMallah <50939675+Ahmed3lmallah@users.noreply.github.com> Date: Tue, 7 Mar 2023 09:51:34 -0800 Subject: [PATCH 2/2] Upgrading feedparser to fix the build --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2110eb4..94bcaf0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ django==1.7.1 PyJWT==0.4.2 rsa==3.4 requests==2.2.1 -feedparser==5.1.1 +feedparser==6.0.8 pycrypto==2.4