We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b8f48d commit d4262d3Copy full SHA for d4262d3
pyproject.toml
@@ -22,7 +22,6 @@ dependencies = [
22
"pydot>=3.0.3",
23
"chardet>=5.2.0",
24
"scubalspy>=0.0.19",
25
- "tqdm>=4.66.1",
26
]
27
authors = [{ name = "SunBK201", email = "sunbk201gm@gmail.com" }]
28
description = "Next-generation codebase analysis toolkit."
requirements.txt
@@ -13,5 +13,4 @@ networkx>=3.3
13
pygraphviz>=1.13
14
pydot>=3.0.3
15
chardet>=5.2.0
16
-scubalspy>=0.0.19
17
-tqdm>=4.66.1
+scubalspy>=0.0.19
0 commit comments