Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add 'requests' as install dependency in setup.py (sonic-net#1240)
The `requests` package is used by a couple modules (config/kube.py and scripts/neighbor_advertiser), but it was not specified as an install-time dependency. Now that the package is built as Python 3, some commands are crashing with `ModuleNotFoundError: No module named 'requests'`.
- Loading branch information