diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..79fcb0f --- /dev/null +++ b/changelog.md @@ -0,0 +1,14 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [0.0.4] + +### Added + +- Copied relevant files from HAPI pipelines +- Adapted file references to work as a stand-alone package +- Setup.py for building as a package \ No newline at end of file diff --git a/setup.py b/setup.py index 8f7e3d2..48839a2 100644 --- a/setup.py +++ b/setup.py @@ -18,4 +18,8 @@ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ], + install_requires=[ + 'sqlalchemy', + 'hdx-python-api' + ] ) \ No newline at end of file