remove poetry file and update workflow file to use correct meli secret

This commit is contained in:
cswimr 2024-10-21 16:53:28 -04:00
parent 2ecc2cd318
commit 9fb796d7f2
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
2 changed files with 3 additions and 5 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",