Lock Python dependencies and ignore frontend env files

This commit is contained in:
2569718930@qq.com
2026-06-14 23:35:22 +08:00
parent ddca698406
commit d1124ae17e
13 changed files with 366 additions and 80 deletions
+14 -14
View File
@@ -1,14 +1,14 @@
requests
httpx
loguru
pyTelegramBotAPI
telethon
python-dotenv
PyYAML
netCDF4
numpy
web3
fastapi
uvicorn
websockets
redis>=5.0.0
requests>=2.32,<3
httpx>=0.28,<1
loguru>=0.7,<1
pyTelegramBotAPI>=4.23,<5
telethon>=1.40,<2
python-dotenv>=1.1,<2
PyYAML>=6.0,<7
netCDF4>=1.7,<2
numpy>=2.2,<3
web3>=7.13,<8
fastapi>=0.115,<1
uvicorn>=0.34,<1
websockets>=15,<16
redis>=5.0,<7