lock file

This commit is contained in:
caandt
2025-07-11 11:14:14 -05:00
parent 521b06dffa
commit 1bb454f502
3 changed files with 1391 additions and 1236 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ This codebase is optimized for readability and future extension, so there may in
## Requirements
- Python 3.12 or higher
- Python 3.12
### Compiling bytecode
Generated
+1387 -1232
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -3,14 +3,14 @@ requires-poetry = ">=2.0"
[project]
name = "pylingual"
version = "0.0.1"
version = "0.1.0"
description = "A Python bytecode decompilation tool, supporting versions 3.6 - 3.13"
authors = [ {name = "syssec-utd"} ]
keywords = ["python", "decompilation", "pylingual", "reversing", "decompiler", "bytecode"]
license = "GPL-3.0-only"
readme = "README.md"
requires-python = ">=3.12"
requires-python = "~=3.12.0"
dependencies = [
"asttokens",
"datasets",
@@ -27,7 +27,7 @@ dependencies = [
"seqeval",
"transformers==4.46.1",
"transformers[torch]",
"xdis",
"xdis>=6.1.4",
"click"
]