Skip to content

Commit 859405c

Browse files
committed
docs: update readme files with additional info
1 parent 9de0b14 commit 859405c

File tree

3 files changed

+2082
-29
lines changed

3 files changed

+2082
-29
lines changed

README-DEV.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,10 @@ The application follows a modular architecture using **FastAPI** for building th
5353
- **Pydantic**: Data validation and settings management.
5454
- **PyJWT**: Handling JSON Web Tokens for authentication.
5555
- **Passlib**: Secure password hashing.
56+
- **zxcvbn** : Checks password strength.
5657
- **Blinker**: Signal support for MongoEngine.
5758
- **Uvicorn**: ASGI server for running the application.
58-
- **Dotenv**: Manage environment variables.
59+
- **python-dotenv**: Manage environment variables.
5960

6061
## Project Structure
6162

0 commit comments

Comments
 (0)