mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-05-28 14:23:15 +00:00
18 lines
353 B
TOML
18 lines
353 B
TOML
[tool.poetry]
|
|
name = "lynxie"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Fluffy <michal-gdula@protonmail.com>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.11"
|
|
discord = "^2.3.2"
|
|
black = "^23.7.0"
|
|
sqlalchemy = "^2.0.20"
|
|
python-dotenv = "^1.0.0"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|