mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-05-29 06:43:14 +00:00
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.0 to 10.0.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/10.0.0...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
21 lines
448 B
TOML
21 lines
448 B
TOML
[tool.poetry]
|
|
name = "lynxie"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Fluffy <michal-gdula@protonmail.com>"]
|
|
|
|
[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.1"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|