Lock Python dependencies and ignore frontend env files
This commit is contained in:
+14
-14
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user