diff --git a/__pycache__/get_data.cpython-312.pyc b/__pycache__/get_data.cpython-312.pyc index 6d4df54..85bfb8a 100644 Binary files a/__pycache__/get_data.cpython-312.pyc and b/__pycache__/get_data.cpython-312.pyc differ diff --git a/__pycache__/smb_excel.cpython-312.pyc b/__pycache__/smb_excel.cpython-312.pyc index 5c27073..82f5b7e 100644 Binary files a/__pycache__/smb_excel.cpython-312.pyc and b/__pycache__/smb_excel.cpython-312.pyc differ diff --git a/get_data.py b/get_data.py index a2b93cd..19e5746 100644 --- a/get_data.py +++ b/get_data.py @@ -10,7 +10,7 @@ import uvicorn from threading import Thread, Event, Lock import time from contextlib import asynccontextmanager -from smb_excel import read_excel_from_smb, fetch_smb_file +#from smb_excel import read_excel_from_smb, fetch_smb_file import numpy as np diff --git a/requirements.txt b/requirements.txt index 775676b..8b173bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,5 @@ fastapi>=0.115.0 uvicorn>=0.30.0 requests>=2.31.0 python-telegram-handler -python-dotenv>=1.1.0 \ No newline at end of file +python-dotenv>=1.1.0 +lxml \ No newline at end of file diff --git a/smb_excel.py b/smb_excel.py index c28478c..acb7b85 100644 --- a/smb_excel.py +++ b/smb_excel.py @@ -1,7 +1,7 @@ # smb_excel.py (обновлённый фрагмент) from io import BytesIO from typing import Optional, Union, Any, Dict -from smb.SMBConnection import SMBConnection +#from smb.SMBConnection import SMBConnection import pandas as pd import re