Move back to Python

This commit is contained in:
Michał Gdula 2023-09-07 13:26:02 +01:00
parent c2e3982cc5
commit 640351e5bf
16 changed files with 893 additions and 1789 deletions

18
pyproject.toml Normal file
View 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"