From 88484a246597407c9891a642cfbaed33f999c6d8 Mon Sep 17 00:00:00 2001 From: Steph Enders Date: Fri, 8 Mar 2024 07:50:33 -0500 Subject: Initial commit porting over gemparse.py into its own repo This was originally apart of, and built specifically for, thewomaninmyeye-org capsule and site. It uses a very narrow subset of semantic html. That said with some more minor tweaks I can see this being usable for senders-io as well as a generally sharable python script. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 requirements.txt (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..1e42172 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +beautifulsoup4 >= 4.1 -- cgit v1.2.3-54-g00ecf