From be67d3f8e81b783f65f67540e860af7f321f0a23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Magalh=C3=A3es?= <43156212+igormagalhaesr@users.noreply.github.com> Date: Thu, 26 Oct 2023 17:43:08 -0300 Subject: [PATCH] Update README.md Removed poetry.lock file references --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a836528..2e388cf 100644 --- a/README.md +++ b/README.md @@ -410,7 +410,6 @@ First, you may want to take a look at the project structure and understand what │ ├── script.py.mako # Template script for migration generation. │ └── versions # Folder containing individual migration scripts. │ - ├── poetry.lock # Lock file for Poetry, ensuring consistent dependencies. ├── pyproject.toml # Configuration file for Poetry, lists project dependencies. ├── scripts # Utility scripts for the project. │ └── create_first_superuser.py # Script to create the first superuser in the application.