let it run

This commit is contained in:
Evan Husted 2024-12-16 15:50:37 -06:00
parent 0971cf2524
commit de20eeffb4
3 changed files with 617 additions and 477 deletions

1
.gitignore vendored
View file

@ -8,6 +8,7 @@ __pycache__/
# Distribution / packaging
.Python
data/
env/
build/
develop-eggs/

1092
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -14,6 +14,7 @@ humanize = "^4.8.0"
parsedatetime = "^2.6"
aiohttp = "^3.9.3"
gidgethub = "^5.3.0"
async-timeout = "^4.0.2"
"discord.py" = "^2.3.2"
[tool.poetry.dev-dependencies]