From 99feffc0fcbd4d7c751a68e3fa3f8a6382e1ed8c Mon Sep 17 00:00:00 2001 From: Muzifs Date: Mon, 5 Jan 2026 13:05:06 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D1=85=D0=BE=D0=B4=20?= =?UTF-8?q?=D1=81=20pyenv=20=D0=BD=D0=B0=20uv?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++----- requirements.txt | 31 +++++++++++++++---------------- 2 files changed, 20 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index bd8f4cb..abf0e07 100644 --- a/README.md +++ b/README.md @@ -3,16 +3,16 @@

Бот-администратор для @linux_gaming_ru

-### Установка зависимостей (pyenv) +### Установка зависимостей (uv) ```sh -pyenv install 3.11.0 +uv python install 3.11.14 -~/.pyenv/versions/3.11.0/bin/python3 -m venv .venv +uv venv -p ~/.local/share/uv/python/cpython-3.11.14-linux-x86_64-gnu/bin/python3 .venv source .venv/bin/activate -pip install -r requirements.txt +uv pip install -r requirements.txt ``` @@ -26,4 +26,4 @@ pip install -r requirements.txt python src/main.py ``` -> Используется Python 3.11.0 \ No newline at end of file +> Используется Python 3.11.14 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 8b5c218..fc5bf66 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,19 +1,18 @@ aiohappyeyeballs==2.6.1 -aiohttp==3.12.13 +aiohttp==3.13.3 aiosignal==1.4.0 -asyncio==3.4.3 -attrs==25.3.0 -certifi==2025.6.15 -charset-normalizer==3.4.2 +asyncio==4.0.0 +attrs==25.4.0 +certifi==2026.1.4 +charset-normalizer==3.4.4 dotenv==0.9.9 -frozenlist==1.7.0 -idna==3.10 -multidict==6.6.3 -propcache==0.3.2 -pysqlite3==0.5.4 -pyTelegramBotAPI==4.27.0 -python-dotenv==1.1.1 -requests==2.32.4 -typing_extensions==4.14.1 -urllib3==2.5.0 -yarl==1.20.1 +frozenlist==1.8.0 +idna==3.11 +multidict==6.7.0 +propcache==0.4.1 +pytelegrambotapi==4.29.1 +python-dotenv==1.2.1 +requests==2.32.5 +typing-extensions==4.15.0 +urllib3==2.6.2 +yarl==1.22.0