Skip to content
This repository was archived by the owner on Feb 19, 2026. It is now read-only.

Commit 48cb8c6

Browse files
authored
Merge branch 'b-0.8' into license
2 parents 5042d82 + 397c396 commit 48cb8c6

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Version 0.8.1 (2022-07-20)
3333
--------------------------
3434

3535
- Upgrade bdc-db to 0.6.2 (`#115 <https://github.com/brazil-data-cube/lccs-db/issues/115>`_).
36+
- Add Babel dependency.
3637

3738

3839
Version 0.8.0 (2022-02-07)

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@
5656
]
5757

5858
install_requires = [
59-
'bdc-db @ git+https://github.com/brazil-data-cube/bdc-db@v0.6.3'
59+
'bdc-db @ git+https://github.com/brazil-data-cube/bdc-db@v0.6.3',
60+
'Babel>=1.3'
6061
]
6162

6263
packages = find_packages()

0 commit comments

Comments
 (0)