File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " aerich"
3
- version = " 0.1.1 "
3
+ version = " 0.1.5 "
4
4
description = " A database migrations tool for Tortoise ORM."
5
5
authors = [
" long2ice <[email protected] >" ]
6
6
7
7
[tool .poetry .dependencies ]
8
8
python = " ^3.8"
9
- tortoise-orm = {git = " https://github.com/long2ice /tortoise-orm.git" , branch = " develop" }
9
+ tortoise-orm = {git = " https://github.com/tortoise-orm /tortoise-orm.git" , branch = " develop" }
10
10
asyncclick = " *"
11
11
pydantic = " *"
12
12
Original file line number Diff line number Diff line change @@ -39,6 +39,6 @@ def requirements():
39
39
keywords = (
40
40
'migrate Tortoise-ORM mysql'
41
41
),
42
- dependency_links = ['https://github.com/long2ice /tortoise-orm.git@develop#egg=tortoise-orm' ],
42
+ dependency_links = ['https://github.com/tortoise-orm /tortoise-orm.git@develop#egg=tortoise-orm' ],
43
43
install_requires = requirements (),
44
44
)
You can’t perform that action at this time.
0 commit comments