@@ -7,7 +7,7 @@ name = "codeaudit"
77dynamic = [" version" ] # This tells Hatch that version is dynamically determined
88description = ' A modern Python security source code analyzer (SAST) based on distrust.'
99readme = " README.md"
10- dependencies = [" fire>= 0.7.0 " ," pandas>=2.3 " ," altair>=5.5 " ]
10+ dependencies = [" fire== 0.7.1 " ," pandas==3.0.2 " ," altair==6.0.0 " ]
1111requires-python = " >=3.11"
1212license = " GPL-3.0-or-later"
1313keywords = [" SAST" , " Python SAST" , " SAST API" , " Complexity Checker" ]
@@ -42,7 +42,8 @@ source = "vcs"
4242
4343[tool .hatch .build .targets .wheel ]
4444packages = [" src/codeaudit" , " src/dashboard" ]
45- include = [" codeaudit/data/*.csv" ]
45+ include = [" src/codeaudit/data/*.csv" ]
46+
4647
4748[project .scripts ]
4849codeaudit = " codeaudit.codeaudit:main"
@@ -58,5 +59,5 @@ check = "mypy --install-types --non-interactive {args:src/codeaudit tests}"
5859python = [" 3.14" , " 3.13" , " 3.12" , " 3.11" ]
5960
6061[tool .black ]
61- target-version = [" py311" , " py312" , " py313" ]
62+ target-version = [" py311" , " py312" , " py313" , " py314 " ]
6263extend-exclude =' (python2_file_willnotwork|dunderexec_with_parsing_error).py|validationfiles|suppression|spytestdir'
0 commit comments