mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-05-31 07:43:13 +00:00
Move back to Python
This commit is contained in:
parent
c2e3982cc5
commit
640351e5bf
16 changed files with 893 additions and 1789 deletions
18
pyproject.toml
Normal file
18
pyproject.toml
Normal file
|
@ -0,0 +1,18 @@
|
|||
[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"
|
Loading…
Add table
Add a link
Reference in a new issue