From ed41f4e212c8009542327c43497b27a1128a8e90 Mon Sep 17 00:00:00 2001 From: arjunramdas2 Date: Mon, 31 Mar 2025 17:59:35 +0530 Subject: [PATCH] small changes, to better accomdate easy first time setup on ur system. --- .gitignore | 2 ++ pyproject.toml | 3 +++ requirements.txt | 1 + 3 files changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index d8b9c068b..a6f0a8a0a 100755 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,8 @@ data/images/* results*.csv +output.txt + # Datasets ------------------------------------------------------------------------------------------------------------- coco/ coco128/ diff --git a/pyproject.toml b/pyproject.toml index 9680857af..540d4b07f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -145,3 +145,6 @@ close-quotes-on-newline = true [tool.codespell] ignore-words-list = "crate,nd,strack,dota,ane,segway,fo,gool,winn,commend" skip = '*.csv,*venv*,docs/??/,docs/mkdocs_??.yml' + +[tool.setuptools.packages] +find = { include = ["models", "data", "segment", "classify"] } \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index dcd23bf53..40ae047c0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -47,3 +47,4 @@ setuptools>=70.0.0 # Snyk vulnerability fix # mss # screenshots # albumentations>=1.0.3 # pycocotools>=2.0.6 # COCO mAP +paho-mqtt>=2.1.0 \ No newline at end of file