mirror of
https://github.com/syssec-utd/pylingual.git
synced 2026-05-10 18:39:03 -07:00
lock file
This commit is contained in:
@@ -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
File diff suppressed because it is too large
Load Diff
+3
-3
@@ -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"
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user