mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-05-14 08:02:17 +00:00
Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2023.7.6 to 2023.9.24. - [Release notes](https://github.com/yt-dlp/yt-dlp/releases) - [Changelog](https://github.com/yt-dlp/yt-dlp/blob/master/Changelog.md) - [Commits](https://github.com/yt-dlp/yt-dlp/compare/2023.07.06...2023.09.24) --- updated-dependencies: - dependency-name: yt-dlp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
22 lines
477 B
TOML
22 lines
477 B
TOML
[tool.poetry]
|
|
name = "lynxie"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Fluffy <michal-gdula@protonmail.com>"]
|
|
readme = ".github/README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.11"
|
|
discord = "^2.3.2"
|
|
discord-py = {extras = ["voice"], version = "^2.3.2"}
|
|
black = "^23.7.0"
|
|
sqlalchemy = "^2.0.20"
|
|
python-dotenv = "^1.0.0"
|
|
requests = "^2.31.0"
|
|
yt-dlp = "^2023.9.24"
|
|
pillow = "^10.0.0"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|