remove poetry file and update workflow file to use correct meli secret
Some checks failed
Actions / Build Documentation (MkDocs) (push) Has been skipped
Actions / Lint Code (Ruff & Pylint) (push) Failing after 29s

This commit is contained in:
cswimr 2024-10-21 16:53:28 -04:00
parent 8d4d61c017
commit 1150115171
Signed by: cswimr
GPG key ID: A9C162E867C851FA
3 changed files with 3 additions and 2633 deletions

View file

@ -2,12 +2,10 @@
name = "seacogs"
version = "0.1.0"
description = "My assorted cogs for Red-DiscordBot."
license = "MPL 2"
authors = [{name = "cswimr", email = "seaswimmerthefsh@gmail.com"}]
license = {file="LICENSE"}
readme = "README.md"
requires-python = ">=3.11"
authors = [
{ name = "cswimr", email = "seaswimmerthefsh@gmail.com" },
]
dependencies = [
"aiosqlite>=0.20.0",
"beautifulsoup4>=4.12.3",