Skip to content

Commit b92e655

Browse files
author
long2ice
committed
update dependency_links
1 parent bbabde3 commit b92e655

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[tool.poetry]
22
name = "aerich"
3-
version = "0.1.1"
3+
version = "0.1.5"
44
description = "A database migrations tool for Tortoise ORM."
55
authors = ["long2ice <[email protected]>"]
66

77
[tool.poetry.dependencies]
88
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"}
1010
asyncclick = "*"
1111
pydantic = "*"
1212

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ def requirements():
3939
keywords=(
4040
'migrate Tortoise-ORM mysql'
4141
),
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'],
4343
install_requires=requirements(),
4444
)

0 commit comments

Comments
 (0)