Skip to content

Commit

Permalink
Remove requirement for python-future
Browse files Browse the repository at this point in the history
d7cf49a has already removed the usages of future, this commit will remove it as a dependency.

Resolves #42.
  • Loading branch information
thebeanogamer committed Sep 3, 2024
1 parent 4b5e769 commit 8cd96f7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions requirements-python2x.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ pyasn1>=0.4.4
enum34>=1.1.6
requests>=2.12.3
PyYAML>=3.12
future>=0.16.0
pysnmp_mibs>=0
pysnmp_mibs>=0
2 changes: 1 addition & 1 deletion requirements-python3x.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ PyYAML>=3.12
future>=0.16.0
pysnmp_mibs>=0
pywinrm
urllib3
urllib3
1 change: 0 additions & 1 deletion setup-omsdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@
"enum34; python_version<'3.4'",
"requests>=2.12.3",
"PyYAML>=3.12",
"future>=0.16.0",
"pysnmp_mibs>=0",
"ipaddress>=0"
],
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def installReqFn():
'python_version<3.4',
'requests>=2.12.3',
'PyYAML>=3.12',
'future>=0.16.0',
'pysnmp_mibs>=0',
'ipaddress>=0'
]
Expand Down

0 comments on commit 8cd96f7

Please sign in to comment.