From e3ef18943acd93e527d7d27786286f1ab691d62c Mon Sep 17 00:00:00 2001 From: Holger Frey Date: Thu, 6 May 2021 11:12:36 +0200 Subject: [PATCH] changed requirement from requests to py-gitea --- pyproject.toml | 2 +- work_helpers/sg_frm_list.py | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 work_helpers/sg_frm_list.py diff --git a/pyproject.toml b/pyproject.toml index 59a6c05..cd03fb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ requires = [ "pyperclip >=1.8.0", "click >= 7.1.2", "black", - "requests", + "py-gitea", ] diff --git a/work_helpers/sg_frm_list.py b/work_helpers/sg_frm_list.py new file mode 100644 index 0000000..546a46f --- /dev/null +++ b/work_helpers/sg_frm_list.py @@ -0,0 +1,3 @@ +from pathlib import Path +import re +import requests \ No newline at end of file