Переход с pyenv на uv

This commit is contained in:
2026-01-05 13:05:06 +03:00
parent 51e1d59b12
commit 99feffc0fc
2 changed files with 20 additions and 21 deletions

View File

@@ -3,16 +3,16 @@
<p align="center">Бот-администратор для @linux_gaming_ru </p>
</div>
### Установка зависимостей (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
> Используется Python 3.11.14

View File

@@ -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