Skip to content

Commit

Permalink
Added update on setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaozhenhong committed Aug 14, 2020
1 parent 154ec12 commit 288986c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sonic-bgpcfgd/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
author_email='pavelsh@microsoft.com',
url='https://github.com/Azure/sonic-buildimage',
packages=setuptools.find_packages(),
scripts=['bgpcfgd'],
scripts=['bgpcfgd', 'bgpcfgd_no_template'],
install_requires=['jinja2>=2.10', 'netaddr', 'pyyaml'],
setup_requires=['pytest-runner', 'pytest'],
)

0 comments on commit 288986c

Please sign in to comment.