Skip to content

Commit

Permalink
Drive requirements using requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-spencer committed Jul 5, 2024
1 parent a454ef8 commit 92bbd92
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]

name = "collector-node"
dynamic = ["version"]
dynamic = ["version", "dependencies"]
description = "Orcfax collector node"
readme = "README.md"

Expand All @@ -11,15 +11,8 @@ authors = [
{name = "R. Spencer", email = "[email protected]" },
]

# Optional.
#
# Packages installed by pip when the project is installed.
dependencies = [
"certifi==2024.2.2",
"python-dotenv==1.0.1",
"websockets==12.0",
"simple-sign==0.0.1rc1",
]
[tool.setuptools.dynamic]
dependencies = {file = ["requirements/requirements.txt"]}

[project.urls]
"Homepage" = "https://orcfax.io"
Expand Down

0 comments on commit 92bbd92

Please sign in to comment.