From 9b53268341d1022688a431f5a01e38cb26b8f610 Mon Sep 17 00:00:00 2001 From: efiacor Date: Wed, 6 Nov 2019 11:08:54 +0000 Subject: Initial commit for PMSH Signed-off-by: efiacor Issue-ID: DCAEGEN2-1837 Change-Id: I3b7d7d379df68f0f5984a3c4e0faa9c8ca0bcdf8 --- components/pm-subscription-handler/requirements.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 components/pm-subscription-handler/requirements.txt (limited to 'components/pm-subscription-handler/requirements.txt') diff --git a/components/pm-subscription-handler/requirements.txt b/components/pm-subscription-handler/requirements.txt new file mode 100644 index 00000000..a60bdc68 --- /dev/null +++ b/components/pm-subscription-handler/requirements.txt @@ -0,0 +1,9 @@ + # requirements.txt + # + # installs dependencies from ./setup.py, and the package itself, + # in editable mode + # -e . + + # (the -e above is optional). you could also just install the package + # normally with just the line below (after uncommenting) + . -- cgit 1.2.3-korg