This commit is contained in:
4
main.py
4
main.py
@@ -544,5 +544,5 @@ def get_logs():
|
|||||||
lines = file.readlines()[-10:] # последние 10 строк
|
lines = file.readlines()[-10:] # последние 10 строк
|
||||||
return {"logs": lines}
|
return {"logs": lines}
|
||||||
|
|
||||||
if __name__ == "__main__":
|
# if __name__ == "__main__":
|
||||||
uvicorn.run("main:app", port=8001, reload=True)
|
# uvicorn.run("main:app", port=8001, reload=True)
|
||||||
|
|||||||
@@ -0,0 +1,46 @@
|
|||||||
|
annotated-doc==0.0.4
|
||||||
|
annotated-types==0.7.0
|
||||||
|
anyio==4.12.1
|
||||||
|
beautifulsoup4==4.14.2
|
||||||
|
blinker==1.9.0
|
||||||
|
bs4==0.0.2
|
||||||
|
certifi==2025.10.5
|
||||||
|
cffi==2.0.0
|
||||||
|
charset-normalizer==3.4.4
|
||||||
|
click==8.3.1
|
||||||
|
colorama==0.4.6
|
||||||
|
cors==1.0.1
|
||||||
|
docx==0.2.4
|
||||||
|
fastapi==0.128.0
|
||||||
|
filelock==3.20.1
|
||||||
|
Flask==3.1.2
|
||||||
|
flask-cors==6.0.2
|
||||||
|
future==1.0.0
|
||||||
|
gevent==25.9.1
|
||||||
|
greenlet==3.3.0
|
||||||
|
h11==0.16.0
|
||||||
|
idna==3.11
|
||||||
|
itsdangerous==2.2.0
|
||||||
|
Jinja2==3.1.6
|
||||||
|
lxml==6.0.2
|
||||||
|
MarkupSafe==3.0.3
|
||||||
|
pillow==12.0.0
|
||||||
|
pycparser==2.23
|
||||||
|
pydantic==2.12.5
|
||||||
|
pydantic_core==2.41.5
|
||||||
|
PySocks==1.7.1
|
||||||
|
python-docx==1.2.0
|
||||||
|
requests==2.32.5
|
||||||
|
requests-file==3.0.1
|
||||||
|
soupsieve==2.8
|
||||||
|
starlette==0.50.0
|
||||||
|
tldextract==5.3.0
|
||||||
|
typing-inspection==0.4.2
|
||||||
|
typing_extensions==4.15.0
|
||||||
|
urllib3==2.5.0
|
||||||
|
uvicorn==0.40.0
|
||||||
|
Werkzeug==3.1.4
|
||||||
|
zope.event==6.1
|
||||||
|
zope.interface==8.1.1
|
||||||
|
APScheduler==3.11.0
|
||||||
|
psycopg2-binary==2.9.9
|
||||||
|
|||||||
Reference in New Issue
Block a user