Skip to content

Commit

Permalink
Merge pull request #1598 from dependencies_update
Browse files Browse the repository at this point in the history
* added setuptools requirement for pkg_resources python library
removed future as it wasn't being used

* added setuptools to requirements, removed future
  • Loading branch information
anadrianmanrique authored Sep 4, 2023
1 parent a769683 commit d7b5e37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
future
setuptools
six
charset_normalizer
pyasn1>=0.2.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def read(fname):
scripts=glob.glob(os.path.join('examples', '*.py')),
data_files=data_files,
install_requires=['pyasn1>=0.2.3', 'pycryptodomex', 'pyOpenSSL>=21.0.0', 'six', 'ldap3>=2.5,!=2.5.2,!=2.5.0,!=2.6',
'ldapdomaindump>=0.9.0', 'flask>=1.0', 'future', 'charset_normalizer', 'dsinternals'],
'ldapdomaindump>=0.9.0', 'flask>=1.0', 'setuptools', 'charset_normalizer', 'dsinternals'],
extras_require={'pyreadline:sys_platform=="win32"': [],
},
classifiers=[
Expand Down

0 comments on commit d7b5e37

Please sign in to comment.