Clean up the analyzer (somewhat!)

This commit is contained in:
2025-04-25 22:18:53 -07:00
parent f777d9ecf8
commit 9a07551a22
8 changed files with 3 additions and 28 deletions

15
compiler/pyproject.toml Normal file
View File

@@ -0,0 +1,15 @@
[tool.poetry]
name = "analyzer"
version = "0.1.0"
description = ""
authors = ["Nyeogmi <economicsbat@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.13"
pefile = "^2024.8.26"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"