From 4e855f811f266167ffc628add134a1397efdbc32 Mon Sep 17 00:00:00 2001 From: Alexander Neff Date: Sat, 21 Sep 2024 12:04:39 -0400 Subject: [PATCH] Properly add pynfsclient dependency --- poetry.lock | 15 +++++++++++++-- pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1f2fc7d7..44a7840d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aardwolf" @@ -1734,6 +1734,17 @@ cffi = ">=1.4.1" docs = ["sphinx (>=1.6.5)", "sphinx-rtd-theme"] tests = ["hypothesis (>=3.27.0)", "pytest (>=3.2.1,!=3.3.0)"] +[[package]] +name = "pynfsclient" +version = "0.1.5" +description = "Pure python NFS client" +optional = false +python-versions = ">=2.7" +files = [ + {file = "pyNfsClient-0.1.5-py2.py3-none-any.whl", hash = "sha256:d988029d0b86ae2897bfb17162e47a81943a72508ccb37566ef23615c533cc59"}, + {file = "pyNfsClient-0.1.5.tar.gz", hash = "sha256:c6064bd3c365302a529002d0c24961ed7ab5e9b2b64a6da10329dbac85ac81a5"}, +] + [[package]] name = "pyopenssl" version = "23.2.0" @@ -2351,4 +2362,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "7bde962ed54681c55a1249f2f8272ebf64109417f2a28293eab3eea90ce05c6f" +content-hash = "8e5309a710ccf009d98d60b25f99c6866e5821804601bde027cfee4753739807" diff --git a/pyproject.toml b/pyproject.toml index 64bd63fa..b0c78c80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,6 +54,7 @@ paramiko = "^3.3.1" poetry-dynamic-versioning = "^1.2.0" pyasn1-modules = "^0.3.0" pylnk3 = "^0.4.2" +pynfsclient = "^0.1.5" pypsrp = "^0.8.1" pypykatz = "^0.6.8" pywerview = "^0.3.3" # pywerview 5 requires libkrb5-dev installed which is not default on kali (as of 9/23) @@ -65,7 +66,6 @@ sqlalchemy = "^2.0.4" termcolor = ">=2.4.0" terminaltables = "^3.1.0" xmltodict = "^0.13.0" -pynfsclient = "^0.1.5" [tool.poetry.group.dev.dependencies] flake8 = "*"