| commit | ebebbbc5a8462782b4e3b5514dfbf0c274df8ddd | [log] [tgz] |
|---|---|---|
| author | garciadeblas <gerardo.garciadeblas@telefonica.com> | Thu May 08 12:59:42 2025 +0200 |
| committer | garciadeblas <gerardo.garciadeblas@telefonica.com> | Thu May 08 13:21:50 2025 +0200 |
| tree | 30c6acfaf92b2099a72776bf901455b669fd2bc7 | |
| parent | 160a7306d681c43d555aa64541530166857590f3 [diff] [blame] |
Add install_requires to setup.py Change-Id: I31430a356934fa421d43fc2a191cc190ef032e39 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/MANIFEST.in b/MANIFEST.in index e8fc479..503547f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in
@@ -17,5 +17,6 @@ ## include README.rst +include requirements.txt recursive-include osm_common *.py *.xml *.sh *.txt -recursive-include devops-stages * \ No newline at end of file +recursive-include devops-stages *