This commit is contained in:
2023-01-30 22:34:55 -03:00
commit 2998d33d33
12 changed files with 714 additions and 0 deletions

18
legacy/pyproject.toml Normal file
View File

@@ -0,0 +1,18 @@
[tool.poetry]
name = "repl_python3_kasbot"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.8"
discord = "^1.7.3"
Flask = "^2.0.1"
youtube_dl = "^2021.6.6"
PyNaCl = "^1.4.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"