Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
0cea28d521 | ||
|
b92e6551fd | ||
|
bbabde32a1 |
@@ -1 +1 @@
|
||||
__version__ = "0.1.4"
|
||||
__version__ = "0.1.6"
|
||||
|
@@ -1,12 +1,12 @@
|
||||
[tool.poetry]
|
||||
name = "aerich"
|
||||
version = "0.1.1"
|
||||
version = "0.1.6"
|
||||
description = "A database migrations tool for Tortoise ORM."
|
||||
authors = ["long2ice <long2ice@gmail.com>"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
tortoise-orm = {git = "https://github.com/long2ice/tortoise-orm.git", branch = "develop"}
|
||||
tortoise-orm = {git = "https://github.com/tortoise-orm/tortoise-orm.git", branch = "develop"}
|
||||
asyncclick = "*"
|
||||
pydantic = "*"
|
||||
|
||||
|
2
setup.py
2
setup.py
@@ -39,6 +39,6 @@ setup(
|
||||
keywords=(
|
||||
'migrate Tortoise-ORM mysql'
|
||||
),
|
||||
dependency_links=['https://github.com/long2ice/tortoise-orm.git@develop#egg=tortoise-orm'],
|
||||
dependency_links=['https://github.com/tortoise-orm/tortoise-orm.git@develop#egg=tortoise-orm'],
|
||||
install_requires=requirements(),
|
||||
)
|
||||
|
Reference in New Issue
Block a user