- 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
This commit is contained in:
Cyber MacGeddon 2024-10-04 22:08:49 +01:00
parent 1a34a444f5
commit a732547760
8 changed files with 58 additions and 8 deletions

View file

@ -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",
"requests",
"pulsar-client",
"rdflib",