We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a1a24e commit 79d3825Copy full SHA for 79d3825
2 files changed
requirements.txt
@@ -1,7 +1,5 @@
1
-colorlog==6.9.0
2
pathspec==0.12.1
3
pydantic==2.10.3
4
pyyaml==6.0.2
5
tree-sitter==0.24.0
6
-tree-sitter-python==0.23.6
7
-json-repair==0.35.0
+tree-sitter-python==0.23.6
setup.py
@@ -2,16 +2,13 @@
setup(
name="codetide",
- version="0.1.0",
+ version="0.0.1",
packages=find_packages(),
install_requires=[
8
- "colorlog==6.9.0",
9
"pathspec==0.12.1",
10
"pydantic==2.10.3",
11
- "pyyaml==6.0.2",
12
"tree-sitter==0.24.0",
13
"tree-sitter-python==0.23.6",
14
- "json-repair==0.35.0"
15
],
16
extras_require={
17
"visualization": [
0 commit comments