From 97e03365b3bb97e9068380f5b3726021a408a332 Mon Sep 17 00:00:00 2001 From: Panayotis Vryonis Date: Tue, 24 Oct 2023 18:57:32 +0300 Subject: [PATCH] Dynamic requirements, v0.5.2, depends on farcaster==0.0.6 --- fario/__about__.py | 2 +- pyproject.toml | 11 +++++------ requirements.txt | 5 ++++- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/fario/__about__.py b/fario/__about__.py index 30220b3..b08fab3 100644 --- a/fario/__about__.py +++ b/fario/__about__.py @@ -1 +1 @@ -version = '0.5' +version = '0.5.2' diff --git a/pyproject.toml b/pyproject.toml index 22a9a2b..738c81f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" @@ -31,3 +27,6 @@ find = {} [tool.hatch.version] path = "fario/__about__.py" + +[tool.hatch.metadata.hooks.requirements_txt] +files = ["requirements.txt"] \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index b6d8855..0592aec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,4 @@ -farcaster-py +farcaster-py==0.0.6 +blake3 +pynacl +six