mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 00:16:23 +02:00
Fix/lock 0.11 version (#108)
* - Locked 0.11 packages to 0.11 deps - Added 'trustgraph' uber-package which installs the rest - Added dependency to set package versions before building packages * Bump version
This commit is contained in:
parent
1a34a444f5
commit
148092a6af
8 changed files with 59 additions and 9 deletions
|
|
@ -34,7 +34,7 @@ setuptools.setup(
|
|||
python_requires='>=3.8',
|
||||
download_url = "https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v" + version + ".tar.gz",
|
||||
install_requires=[
|
||||
"trustgraph-base",
|
||||
"trustgraph-base<0.12",
|
||||
"pulsar-client",
|
||||
"prometheus-client",
|
||||
"boto3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue