[PATCH fosspay 1/3] Adds missing dependency to requirements.txt
Export this patch
---
requirements.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/requirements.txt b/requirements.txt
index 9182f14..c570a2b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,6 +4,7 @@ Jinja2
Flask-Misaka
Flask-Login
psycopg2
+requests
bcrypt
gunicorn
sqlalchemy-utils
--
2.33.0
[PATCH fosspay 2/3] Remove unused import
Export this patch
---
fosspay/common.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/fosspay/common.py b/fosspay/common.py
index ec16fd6..7fb45bf 100644
--- a/fosspay/common.py
+++ b/fosspay/common.py
@@ -8,7 +8,6 @@ from fosspay.config import _cfg
import json
import urllib
-import requests
import xml.etree.ElementTree as ET
import hashlib
--
2.33.0
[PATCH fosspay 3/3] Update requirements.txt
Export this patch
Add SQLAlchemy
Recapitalize SQLAlchemy-Utils to conform with PyPi styling
---
requirements.txt | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/requirements.txt b/requirements.txt
index c570a2b..97a9495 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,4 +7,5 @@ psycopg2
requests
bcrypt
gunicorn
-sqlalchemy-utils
+SQLAlchemy
+SQLAlchemy-Utils
--
2.33.0
Thanks!
To git@git.sr.ht:~sircmpwn/fosspay
3218d3b..69d5821 master -> master