Skip to content

Commit

Permalink
SKADE-685 [FOOLFIX] Pysnmp version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertodelaCruz committed Sep 24, 2024
1 parent bda3799 commit 9310835
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
description='snmp library',
platforms='Linux',
packages=find_packages(exclude=['ez_setup', 'examples', 'tests', 'specs', 'regression_specs', 'integration_specs']),
install_requires=['pysnmp-mibs==0.1.4',
install_requires=['pysnmp==4.4.12',
'pysnmp-mibs==0.1.4',
'pysnmp-pyasn1==1.1.2',
'pysnmp-pysmi==1.1.10',
'pysnmplib==5.0.21',
Expand Down

0 comments on commit 9310835

Please sign in to comment.