Properly add pynfsclient dependency

This commit is contained in:
Alexander Neff
2024-09-21 12:04:39 -04:00
parent e0faaf3dbf
commit 4e855f811f
2 changed files with 14 additions and 3 deletions
Generated
+13 -2
View File
@@ -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"
+1 -1
View File
@@ -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 = "*"