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