We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c727d6 commit e8986afCopy full SHA for e8986af
codeanalyzer/__main__.py
@@ -5,7 +5,7 @@
5
6
from codeanalyzer.core import Codeanalyzer
7
from codeanalyzer.utils import _set_log_level, logger
8
-from codeanalyzer.config import OutputFormat, AnalysisOptions, CLIOptions
+from codeanalyzer.config import OutputFormat
9
10
11
def main(
pyproject.toml
@@ -6,13 +6,13 @@ readme = "README.md"
authors = [
{ name = "Rahul Krishna", email = "i.m.ralk@gmail.com" }
]
-requires-python = "==3.10"
+requires-python = "==3.10.*"
dependencies = [
12
"jedi>=0.19.2",
13
"loguru>=0.7.3",
14
"msgpack>=1.1.1",
15
- "networkx>=3.5",
+ "networkx>=3.4.2",
16
"pandas>=2.3.1",
17
"pydantic>=2.11.7",
18
"requests>=2.32.4",
0 commit comments