Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added dependency to install with module
  • Loading branch information
jschoewe committed Nov 8, 2023
commit 1b91cff9849acbabe15fc5ede4e857547dba0680
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
author_email='[email protected]',
test_suite='tests',
packages=['pyzabbix', 'zabbix'],
install_requires=['packaging'],
tests_require=['mock'],
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down