Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 18 additions & 23 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "codeenigma"
version = "1.2.0"
version = "1.2.1"
description = "A lightweight, open-source tool for Python code obfuscation. CodeEnigma helps protect your logic from reverse engineering and unauthorized access, making it a practical alternative to PyArmor for securely distributing your Python applications"
authors = ["Krishnan S G <krishsg525@gmail.com>"]
license = "MIT"
Expand Down Expand Up @@ -32,7 +32,7 @@ python = ">=3.10, <3.14"
cryptography = ">=40.0.4"
typer = {extras = ["all"], version = ">=0.14.0"}
rich = ">=13.0.0"
setuptools = ">=70.0.0"
setuptools = ">=78.1.1"
cython = ">=3.0.0"
toml = ">=0.9.2"
poetry = ">=2.0.0"
Expand Down