diff --git a/Jenkinsfile b/Jenkinsfile index fcb9d82..aed85df 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { stages { stage('recreate > build > reun container') { steps { - sh "docker-compose up --force-recreate --build parse_saby" + sh "docker-compose up --force-recreate --build -d parse_saby" } } diff --git a/requirements.txt b/requirements.txt index 0301d37..165ef52 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,24 @@ -beautifulsoup4==4.13.4 -certifi==2025.7.14 -charset-normalizer==3.4.2 +annotated-types==0.7.0 +anyio==4.10.0 +beautifulsoup4==4.13.5 +bs4==0.0.2 +certifi==2025.8.3 +cffi==1.17.1 +charset-normalizer==3.4.3 +cryptography==45.0.6 +fastapi==0.116.1 hvac==2.3.0 idna==3.10 -requests==2.32.4 +oracledb==3.3.0 +pycparser==2.22 +pydantic==2.11.7 +pydantic_core==2.33.2 +python-dateutil==2.9.0.post0 +requests==2.32.5 +six==1.17.0 +sniffio==1.3.1 soupsieve==2.7 -typing_extensions==4.14.1 +starlette==0.47.3 +typing-inspection==0.4.1 +typing_extensions==4.15.0 urllib3==2.5.0