Skip to content

Commit

Permalink
Merge pull request #2 from OCHA-DAP/adding-change-log-and-dependencies
Browse files Browse the repository at this point in the history
Adding change log and dependencies
  • Loading branch information
SimonbJohnson authored Sep 28, 2023
2 parents 35ca8c3 + 29a6a23 commit 3307866
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,8 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
install_requires=[
'sqlalchemy',
'hdx-python-api'
]
)

0 comments on commit 3307866

Please sign in to comment.