aboutsummaryrefslogtreecommitdiff
path: root/requirements.lock
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-05-04 13:27:23 -0700
committerFranck Cuny <franck@fcuny.net>2024-05-04 13:28:46 -0700
commit4a86b5122c3c1bfcf442a59287da809248406526 (patch)
tree4ab5ec2af31159284c36765a54981fd2ceb28991 /requirements.lock
parentadd a comment to set environment variables (diff)
downloadinfra-4a86b5122c3c1bfcf442a59287da809248406526.tar.gz
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.
Diffstat (limited to '')
-rw-r--r--requirements.lock32
1 files changed, 32 insertions, 0 deletions
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