update dependency_links
This commit is contained in:
parent
bbabde32a1
commit
b92e6551fd
@ -1,12 +1,12 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "aerich"
|
name = "aerich"
|
||||||
version = "0.1.1"
|
version = "0.1.5"
|
||||||
description = "A database migrations tool for Tortoise ORM."
|
description = "A database migrations tool for Tortoise ORM."
|
||||||
authors = ["long2ice <long2ice@gmail.com>"]
|
authors = ["long2ice <long2ice@gmail.com>"]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.8"
|
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 = "*"
|
asyncclick = "*"
|
||||||
pydantic = "*"
|
pydantic = "*"
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -39,6 +39,6 @@ setup(
|
|||||||
keywords=(
|
keywords=(
|
||||||
'migrate Tortoise-ORM mysql'
|
'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(),
|
install_requires=requirements(),
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user