Skip to content

Commit

Permalink
Not4Review
Browse files Browse the repository at this point in the history
  • Loading branch information
FengPan-Frank committed Nov 26, 2024
1 parent f8a78c1 commit 1ed7dbb
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/sonic-bmpcfgd/setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from __future__ import print_function
import sys
from setuptools import setup
import pkg_resources
from packaging import version

dependencies = [
'sonic_py_common',
]

setup(
name = 'sonic-bmpcfgd-services',
Expand All @@ -17,6 +17,10 @@
scripts = [
'scripts/bmpcfgd'
],
packages=[
'scripts',
'tests'
],
install_requires = [
'jinja2>=2.10',
'netaddr==0.8.0',
Expand Down

0 comments on commit 1ed7dbb

Please sign in to comment.