Skip to content

Commit

Permalink
Dynamic requirements, v0.5.2, depends on farcaster==0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Panayotis Vryonis committed Oct 24, 2023
1 parent 976b585 commit 97e0336
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion fario/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '0.5'
version = '0.5.2'
11 changes: 5 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,11 @@ build-backend = "hatchling.build"

[project]
name = "fario"
dynamic = ['version']
dynamic = ["version", "dependencies"]

readme = "README.md"
license = "MIT"
keywords = ['farcaster']
dependencies = [
"farcaster-py",
"six",
'importlib-metadata; python_version<"3.8"',
]

[project.urls]
Documentation = "https://github.com/vrypan/fario"
Expand All @@ -31,3 +27,6 @@ find = {}

[tool.hatch.version]
path = "fario/__about__.py"

[tool.hatch.metadata.hooks.requirements_txt]
files = ["requirements.txt"]
5 changes: 4 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
farcaster-py
farcaster-py==0.0.6
blake3
pynacl
six

0 comments on commit 97e0336

Please sign in to comment.