mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +02:00
Flow configurable parameters (#532)
* Fix pyproject.toml missing requests dep * parameters is now parameter-types * Update flow parameters tech spec for recent changes (no impact on this repo)
This commit is contained in:
parent
7a3bfad826
commit
aa8e422e8c
2 changed files with 48 additions and 23 deletions
|
|
@ -12,6 +12,7 @@ requires-python = ">=3.8"
|
|||
dependencies = [
|
||||
"pulsar-client",
|
||||
"prometheus-client",
|
||||
"requests",
|
||||
]
|
||||
classifiers = [
|
||||
"Programming Language :: Python :: 3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue