mirror of
https://github.com/Ryubing/Ryuko.git
synced 2025-05-13 03:00:35 +01:00
let it run
This commit is contained in:
parent
0971cf2524
commit
de20eeffb4
3 changed files with 617 additions and 477 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -8,6 +8,7 @@ __pycache__/
|
||||||
|
|
||||||
# Distribution / packaging
|
# Distribution / packaging
|
||||||
.Python
|
.Python
|
||||||
|
data/
|
||||||
env/
|
env/
|
||||||
build/
|
build/
|
||||||
develop-eggs/
|
develop-eggs/
|
||||||
|
|
1092
poetry.lock
generated
1092
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -14,6 +14,7 @@ humanize = "^4.8.0"
|
||||||
parsedatetime = "^2.6"
|
parsedatetime = "^2.6"
|
||||||
aiohttp = "^3.9.3"
|
aiohttp = "^3.9.3"
|
||||||
gidgethub = "^5.3.0"
|
gidgethub = "^5.3.0"
|
||||||
|
async-timeout = "^4.0.2"
|
||||||
"discord.py" = "^2.3.2"
|
"discord.py" = "^2.3.2"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
|
|
Loading…
Reference in a new issue