Skip to content

Commit cd8bb7a

Browse files
committed
feat: Update dependencies
1 parent 5160fc6 commit cd8bb7a

File tree

2 files changed

+144
-7
lines changed

2 files changed

+144
-7
lines changed

Pipfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,15 @@ name = "pypi"
55

66
[packages]
77
pyyaml = "*"
8+
ghastoolkit = "<=0.17"
89

910
[dev-packages]
1011
black = "*"
1112
pyright = "*"
1213

13-
[requires]
14-
python_version = "3.10"
15-
1614
[scripts]
1715
main = "python3 -m codeqlsummarize"
1816
lint = "black ."
1917
format = "black ."
2018
tests = "python -m unittest discover -v -s ./tests -p test_*.py"
19+

Pipfile.lock

Lines changed: 142 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)