update dependency_links
This commit is contained in:
parent
bbabde32a1
commit
b92e6551fd
@ -1,12 +1,12 @@
|
||||
[tool.poetry]
|
||||
name = "aerich"
|
||||
version = "0.1.1"
|
||||
version = "0.1.5"
|
||||
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(),
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user