Skip to content

Commit

Permalink
Smarter way of defining dynamic dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Tremeschin committed Jul 15, 2024
1 parent 1f1edb4 commit 88ff377
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 2 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<sup>⚠️ **Warning**: This repository [**shouldn't be cloned alone**](https://brokensrc.dev/get/source)</sup>

<sup>⚠️ **Warning**: This repository [**shouldn't be cloned alone**](https://brokensrc.dev/get/source), per [**monorepo**](https://github.com/BrokenSource/BrokenSource) structure</sup>
<div align="center">
<a href="https://brokensrc.dev/depthflow"><img src="./DepthFlow/Resources/Images/DepthFlow.png" onerror="this.onerror=null; this.src='./resources/images/depthflow.png'" width="200"></a>
<a href="https://brokensrc.dev/depthflow"><img src="https://raw.githubusercontent.com/BrokenSource/DepthFlow/Master/DepthFlow/Resources/Images/DepthFlow.png" width="200"></a>
<h1>DepthFlow</h1>
<br>
<b>Image to → 2.5D Parallax</b> Effect Video. A <b>Free and Open Source</b> <a href="https://www.immersity.ai/" target="_blank"><b>Leiapix</b></a> Alternative
Expand Down
10 changes: 8 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
[project.urls]
issues = "https://github.com/BrokenSource/DepthFlow/issues"
repository = "https://github.com/BrokenSource/DepthFlow"
documentation = "https://brokensrc.dev/depthflow"
homepage = "https://brokensrc.dev"

[project]
name = "depthflow"
version = "0.0.0"
Expand All @@ -6,8 +12,8 @@ authors = [{name="Tremeschin", email="29046864+Tremeschin@users.noreply.gith
readme = "Readme.md"
license = "AGPL-3.0"
dependencies = [
"broken-source", # dynamic
"shaderflow", # dynamic
"broken-source>=0.0.0",
"shaderflow>=0.0.0",
]

[tool.rye]
Expand Down

0 comments on commit 88ff377

Please sign in to comment.