aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2024-05-09 22:09:00 +0000
committerterminaldweller <devi@terminaldweller.com>2024-05-09 22:09:00 +0000
commit9f0b32a3935b54e30cdde3c403eb36d1d15cd041 (patch)
tree586e396676d431ce8774242eeb83e8478aff041d
parentadded the readme for pypi (diff)
downloaddelf-9f0b32a3935b54e30cdde3c403eb36d1d15cd041.tar.gz
delf-9f0b32a3935b54e30cdde3c403eb36d1d15cd041.zip
added setuptuools as a dependency, removed the lgtm badge
-rw-r--r--README.md1
-rw-r--r--poetry.lock20
-rw-r--r--pyproject.toml1
3 files changed, 19 insertions, 3 deletions
diff --git a/README.md b/README.md
index 691a796..8070884 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,4 @@
-[![Total alerts](https://img.shields.io/lgtm/alerts/g/bloodstalker/delf.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/bloodstalker/delf/alerts/)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/fe73b673bf0343aeae1c84ff1911b3ce)](https://www.codacy.com/gh/terminaldweller/delf/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=terminaldweller/delf&amp;utm_campaign=Badge_Grade)
# delf
diff --git a/poetry.lock b/poetry.lock
index e00611d..807e629 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1,4 +1,4 @@
-# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand.
+# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand.
[[package]]
name = "astroid"
@@ -480,6 +480,22 @@ files = [
]
[[package]]
+name = "setuptools"
+version = "69.5.1"
+description = "Easily download, build, install, upgrade, and uninstall Python packages"
+optional = false
+python-versions = ">=3.8"
+files = [
+ {file = "setuptools-69.5.1-py3-none-any.whl", hash = "sha256:c636ac361bc47580504644275c9ad802c50415c7522212252c033bd15f301f32"},
+ {file = "setuptools-69.5.1.tar.gz", hash = "sha256:6c1fccdac05a97e598fb0ae3bbed5904ccb317337a51139dcd51453611bbb987"},
+]
+
+[package.extras]
+docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (>=1,<2)", "sphinx-reredirects", "sphinxcontrib-towncrier"]
+testing = ["build[virtualenv]", "filelock (>=3.4.0)", "importlib-metadata", "ini2toml[lite] (>=0.9)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "mypy (==1.9)", "packaging (>=23.2)", "pip (>=19.1)", "pytest (>=6,!=8.1.1)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-home (>=0.5)", "pytest-mypy", "pytest-perf", "pytest-ruff (>=0.2.1)", "pytest-timeout", "pytest-xdist (>=3)", "tomli", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"]
+testing-integration = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "packaging (>=23.2)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"]
+
+[[package]]
name = "smmap"
version = "5.0.1"
description = "A pure Python implementation of a sliding window memory map manager"
@@ -540,4 +556,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
-content-hash = "971a384728657803a76d6ad6fe551d3541259df1d3ea8adb9dc19daa825c8222"
+content-hash = "c763b9c8e71acdf3a6bc7af562ab6e179c4e57fd97848d0f1d0a898ba3b5b047"
diff --git a/pyproject.toml b/pyproject.toml
index e02e0fc..26b8489 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,6 +16,7 @@ include = [
[tool.poetry.dependencies]
python = "^3.8"
capstone = "^4.0.2"
+setuptools = "^69.5.1"
[tool.poetry.scripts]
delf = "delf:main"