Skip to content

Commit 4debff9

Browse files
committed
Updated readme file
1 parent bf3da17 commit 4debff9

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,19 @@ Some endpoints are added as demo purpose, like: auth, register and login.
88

99
## Dependencies
1010
In this project [poetry](https://python-poetry.org/) is used as package dependency manager. Below python packages are used in this project.
11-
12-
- python = "^3.9"
13-
- uvicorn = {version = "0.17.6", extras = ["standard"]}
14-
- fastapi = {version = "0.80.0", extras = ["all"]}
15-
- json-log-formatter = "0.4.0"
16-
- SQLAlchemy = "^1.4.40"
17-
- alembic = "^1.8.1"
18-
- databases = {extras = ["aiomysql"], version = "^0.6.1"}
11+
12+
- python = "^3.11"
13+
- uvicorn = {extras = ["standard"], version = "^0.20.0"}
14+
- fastapi = {extras = ["all"], version = "^0.89.1"}
15+
- json-log-formatter = "^0.5.1"
16+
- alembic = "^1.9.2"
17+
- databases = {extras = ["aiomysql"], version = "^0.7.0"}
1918
- loguru = "^0.6.0"
2019
- cryptography = "^38.0.1"
2120
- bcrypt = "^4.0.0"
22-
- PyJWT = "^2.5.0"
21+
- sqlalchemy = "^1.4.46"
22+
- pyjwt = "^2.6.0"
23+
- mysqlclient = "^2.1.1"
2324

2425
## How To Run Locally
2526

@@ -43,7 +44,7 @@ Then open a terminal inside the `/docker` folder and run the below command in th
4344
```
4445
After docker containers are up, you can access the application in: http://localhost:8080
4546

46-
Then exec inside the app container, and go to /app/core/db/migrations - run below command:
47+
Then exec inside the docker app container and activate the venv, and go to /app/core/db/migrations - run below command:
4748
```bash
4849
alembic upgrade head
4950
```

0 commit comments

Comments
 (0)