Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
anadrianmanrique committed Aug 27, 2024
1 parent 2cbb063 commit 7505816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def read(fname):

install_requires=['pyasn1>=0.2.3', 'pyasn1_modules', 'pycryptodomex', 'pyOpenSSL==24.0.0', 'six', 'ldap3>=2.5,!=2.5.2,!=2.5.0,!=2.6',
'ldapdomaindump>=0.9.0', 'flask>=1.0', 'setuptools', 'charset_normalizer'],
extras_require={'pyreadline3:sys_platform=="win32"': [],
extras_require={':sys_platform=="win32"': ['pyreadline3'],
},
classifiers=[
"Programming Language :: Python :: 3.12",
Expand Down

0 comments on commit 7505816

Please sign in to comment.