From 4a86b5122c3c1bfcf442a59287da809248406526 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 4 May 2024 13:27:23 -0700 Subject: start the conversion to python Add support to move all the tools to python and organize them in a way that should be simple. I'm using https://rye-up.com for this. --- requirements.lock | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 requirements.lock (limited to 'requirements.lock') diff --git a/requirements.lock b/requirements.lock new file mode 100644 index 0000000..ff7b3b3 --- /dev/null +++ b/requirements.lock @@ -0,0 +1,32 @@ +# generated by rye +# use `rye lock` or `rye sync` to update this lockfile +# +# last locked with the following flags: +# pre: false +# features: [] +# all-features: false +# with-sources: false + +-e file:. +beautifulsoup4==4.12.3 + # via bs4 +bs4==0.0.2 + # via world +certifi==2024.2.2 + # via requests +charset-normalizer==3.3.2 + # via requests +idna==3.7 + # via requests +prettytable==3.10.0 + # via world +requests==2.31.0 + # via world +soupsieve==2.5 + # via beautifulsoup4 +termcolor==2.4.0 + # via world +urllib3==2.2.1 + # via requests +wcwidth==0.2.13 + # via prettytable -- cgit v1.2.3