fix: lock aiocraft dep version
This commit is contained in:
parent
39fea517cb
commit
71d5f0363f
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ dependencies = [
|
||||||
"termcolor",
|
"termcolor",
|
||||||
"apscheduler",
|
"apscheduler",
|
||||||
"aioconsole",
|
"aioconsole",
|
||||||
"aiocraft",
|
"aiocraft @ git+https://git.alemi.dev/aiocraft@v0.3.0",
|
||||||
]
|
]
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue