aboutsummaryrefslogtreecommitdiff
path: root/requirements-dev.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-dev.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 'requirements-dev.lock')
-rw-r--r--requirements-dev.lock109
1 files changed, 109 insertions, 0 deletions
diff --git a/requirements-dev.lock b/requirements-dev.lock
new file mode 100644
index 0000000..13ce373
--- /dev/null
+++ b/requirements-dev.lock
@@ -0,0 +1,109 @@
+# 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:.
+astroid==3.1.0
+ # via pylint
+attrs==23.2.0
+ # via cattrs
+ # via lsprotocol
+autopep8==2.0.4
+ # via python-lsp-server
+beautifulsoup4==4.12.3
+ # via bs4
+bs4==0.0.2
+ # via world
+cattrs==23.2.3
+ # via lsprotocol
+ # via python-lsp-ruff
+certifi==2024.2.2
+ # via requests
+charset-normalizer==3.3.2
+ # via requests
+dill==0.3.8
+ # via pylint
+docstring-to-markdown==0.15
+ # via python-lsp-server
+flake8==7.0.0
+ # via python-lsp-server
+idna==3.7
+ # via requests
+importlib-metadata==7.1.0
+ # via yapf
+isort==5.13.2
+ # via pylint
+jedi==0.19.1
+ # via python-lsp-server
+lsprotocol==2023.0.1
+ # via python-lsp-ruff
+mccabe==0.7.0
+ # via flake8
+ # via pylint
+ # via python-lsp-server
+packaging==24.0
+ # via pytoolconfig
+parso==0.8.4
+ # via jedi
+platformdirs==4.2.1
+ # via pylint
+ # via pytoolconfig
+ # via yapf
+pluggy==1.5.0
+ # via python-lsp-server
+prettytable==3.10.0
+ # via world
+pycodestyle==2.11.1
+ # via autopep8
+ # via flake8
+ # via python-lsp-server
+pydocstyle==6.3.0
+ # via python-lsp-server
+pyflakes==3.2.0
+ # via flake8
+ # via python-lsp-server
+pylint==3.1.0
+ # via python-lsp-server
+python-lsp-jsonrpc==1.1.2
+ # via python-lsp-server
+python-lsp-ruff==2.2.1
+python-lsp-server==1.11.0
+ # via python-lsp-ruff
+pytoolconfig==1.3.1
+ # via rope
+requests==2.31.0
+ # via world
+rope==1.13.0
+ # via python-lsp-server
+ruff==0.4.3
+ # via python-lsp-ruff
+snowballstemmer==2.2.0
+ # via pydocstyle
+soupsieve==2.5
+ # via beautifulsoup4
+termcolor==2.4.0
+ # via world
+tomli==2.0.1
+ # via yapf
+tomlkit==0.12.4
+ # via pylint
+types-requests==2.31.0.20240406
+ujson==5.9.0
+ # via python-lsp-jsonrpc
+ # via python-lsp-server
+urllib3==2.2.1
+ # via requests
+ # via types-requests
+wcwidth==0.2.13
+ # via prettytable
+whatthepatch==1.0.5
+ # via python-lsp-server
+yapf==0.40.2
+ # via python-lsp-server
+zipp==3.18.1
+ # via importlib-metadata