diff --git a/poetry.lock b/poetry.lock index 1fba4b3..e688033 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -715,6 +715,17 @@ files = [ {file = "distlib-0.4.0.tar.gz", hash = "sha256:feec40075be03a04501a973d81f633735b4b69f98b05450592310c0f401a4e0d"}, ] +[[package]] +name = "docopt" +version = "0.6.2" +description = "Pythonic argument parser, that will make you smile" +optional = false +python-versions = "*" +groups = ["main"] +files = [ + {file = "docopt-0.6.2.tar.gz", hash = "sha256:49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491"}, +] + [[package]] name = "dulwich" version = "1.1.0" @@ -1961,6 +1972,22 @@ files = [ [package.dependencies] ptyprocess = ">=0.5" +[[package]] +name = "pipreqs" +version = "0.4.13" +description = "Pip requirements.txt generator based on imports in project" +optional = false +python-versions = ">=3.7" +groups = ["main"] +files = [ + {file = "pipreqs-0.4.13-py2.py3-none-any.whl", hash = "sha256:e522b9ed54aa3e8b7978ff251ab7a9af2f75d2cd8de4c102e881b666a79a308e"}, + {file = "pipreqs-0.4.13.tar.gz", hash = "sha256:a17f167880b6921be37533ce4c81ddc6e22b465c107aad557db43b1add56a99b"}, +] + +[package.dependencies] +docopt = "*" +yarg = "*" + [[package]] name = "pkginfo" version = "1.12.1.2" @@ -3404,6 +3431,21 @@ cffi = ">=1.16.0" [package.extras] test = ["pytest"] +[[package]] +name = "yarg" +version = "0.1.10" +description = "A semi hard Cornish cheese, also queries PyPI (PyPI client)" +optional = false +python-versions = "*" +groups = ["main"] +files = [ + {file = "yarg-0.1.10-py2.py3-none-any.whl", hash = "sha256:4413145825e5d0e8b370754b3e829cf7c95ab0131dbc29fb5b52a8e27e1b7234"}, + {file = "yarg-0.1.10.tar.gz", hash = "sha256:1fbc94af89d5ebc2d2dfe46a5006a570de549c43e78f0913ce8390a1c5848b7e"}, +] + +[package.dependencies] +requests = "*" + [[package]] name = "zipp" version = "3.23.1" @@ -3539,4 +3581,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.12" -content-hash = "f147a38ecba7556f5b328cff4841ad7087ad41f9a6da1c48e80a3dbef0c773d9" +content-hash = "4547098cab9c49f56c37d396c4ba4d23baef5fd9d5bbf18d53e98b165d5fbef5" diff --git a/pyproject.toml b/pyproject.toml index b93bd90..fca99d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,6 +101,7 @@ click = "^8.1.8" loguru = "^0.7.3" numpy = "*" pandas = "*" +pipreqs = "*" pydantic = "2.13.1" pyspark = "3.5.1" python = ">=3.10,<3.12"