Skip to content

Commit d8566b1

Browse files
authored
chore: add postgres in developer doc (#45)
1 parent 5a71d95 commit d8566b1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,8 +398,9 @@ It returns the path of `alembic.ini` configuration file. By default, it returns
398398

399399
## Prerequisites
400400

401-
- **Python ^3.9**
401+
- **Python >=3.9**
402402
- [**Poetry**](https://poetry.eustace.io/) to install package dependencies.
403+
- A postgres DB reachable at `postgresql://postgres@localhost/postgres`
403404

404405

405406
## Setup

0 commit comments

Comments
 (0)