Update deps
This commit is contained in:
parent
7890c0e588
commit
5c52466d88
1
.idea/.idea.PublishHelperBot/.idea/.name
Normal file
1
.idea/.idea.PublishHelperBot/.idea/.name
Normal file
@ -0,0 +1 @@
|
||||
PublishHelperBot
|
@ -2,12 +2,12 @@
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net7.0</TargetFramework>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Serilog.Sinks.Console" Version="4.1.0" />
|
||||
<PackageReference Include="System.Text.Json" Version="7.0.2" />
|
||||
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />
|
||||
<PackageReference Include="System.Text.Json" Version="8.0.5" />
|
||||
<PackageReference Include="Telegram.Bot" Version="18.0.0" />
|
||||
</ItemGroup>
|
||||
|
||||
|
@ -9,8 +9,8 @@
|
||||
### Необходимый хлам
|
||||
|
||||
- клинекс)
|
||||
- Петухон 3.10.9
|
||||
- [Dotnet SDK 7.0](https://dotnet.microsoft.com/en-us/download/dotnet/7.0)
|
||||
- Петухон 3.12.7
|
||||
- [Dotnet SDK 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)
|
||||
- poetry
|
||||
|
||||
### Зависимости
|
||||
|
1031
youtube-dl-api/poetry.lock
generated
1031
youtube-dl-api/poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -7,10 +7,10 @@ readme = "README.md"
|
||||
packages = [{include = "youtube_dl_api"}]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "3.11.3"
|
||||
fastapi = "0.89.1"
|
||||
python = "3.12.7"
|
||||
fastapi = "0.115.2"
|
||||
uvicorn = "0.20.0"
|
||||
yt-dlp = "2023.07.06"
|
||||
yt-dlp = "2024.10.07"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
|
Loading…
Reference in New Issue
Block a user