Paso 1 => Instalar poetry
pip install poetrySet-ExecutionPolicy -Scope CurrentUser RemoteSignedvirtualenv venv_app& c:/<nominaApp>/<venv_app>/Scripts/Activate.ps1poetry install --no-rootpython manage.py runserverDjango = "^4.2.5"
django-session-timeout = "^0.1.0"
pymongo = "^4.6.1"
python-dotenv = "^1.0.0"
py-bcrypt = "^0.4"
pytz = "^2023.3.post1"
whitenoise = "^6.6.0"