Skip to content

Commit 79d3825

Browse files
committed
Remove unused dependencies from requirements and setup files
1 parent 7a1a24e commit 79d3825

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

requirements.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
colorlog==6.9.0
21
pathspec==0.12.1
32
pydantic==2.10.3
43
pyyaml==6.0.2
54
tree-sitter==0.24.0
6-
tree-sitter-python==0.23.6
7-
json-repair==0.35.0
5+
tree-sitter-python==0.23.6

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,13 @@
22

33
setup(
44
name="codetide",
5-
version="0.1.0",
5+
version="0.0.1",
66
packages=find_packages(),
77
install_requires=[
8-
"colorlog==6.9.0",
98
"pathspec==0.12.1",
109
"pydantic==2.10.3",
11-
"pyyaml==6.0.2",
1210
"tree-sitter==0.24.0",
1311
"tree-sitter-python==0.23.6",
14-
"json-repair==0.35.0"
1512
],
1613
extras_require={
1714
"visualization": [

0 commit comments

Comments
 (0)