From 293883bbdb287027c20a18ef700feb87236dad3c Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Fri, 13 May 2022 15:57:01 +0200 Subject: [PATCH] fix missing dependency --- requirements.txt | 3 ++- setup.py | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d5fff5d..5435a69 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,5 @@ bs4 lxml pyasn1 ldap3>=2.8.1 -gssapi \ No newline at end of file +gssapi +dsinternals \ No newline at end of file diff --git a/setup.py b/setup.py index 4a10b07..2caf9da 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,8 @@ 'lxml', 'pyasn1', 'ldap3>=2.8.1', - 'gssapi' + 'gssapi', + 'dsinternals' ], entry_points = { 'console_scripts': ['pywerview=pywerview.cli.main:main'],