Skip to content

Commit

Permalink
chore(deps): clean up dependencies
Browse files Browse the repository at this point in the history
attached apis-core-rdf to pypi version 0.31.0
removed graphviz, dot and pydot as they are already included from core.
  • Loading branch information
gythaogg committed Nov 13, 2024
1 parent 98e5e3e commit c28d700
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 22 deletions.
32 changes: 14 additions & 18 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages = [{include = "apis_ontology"}]
[tool.poetry.dependencies]
python = "^3.11"
psycopg2 = "^2.9"
apis-core-rdf = { git = "https://github.com/acdh-oeaw/apis-core-rdf.git", branch = "main" }
apis-core-rdf = "0.31.0"
apis-acdhch-default-settings = "1.5.0"
django-acdhch-functions = "^0.1.3"
django-extensions = "^3.1.3"
Expand All @@ -19,9 +19,7 @@ pandas = "^2.2.2"
django-select2 = "^8.1.2"
lxml = "^5.2.2"
sqlparse = "^0.5.1"
graphviz = "^0.20.3"
dot = "^0.3.0"
pydot = "^3.0.2"


[tool.poetry.group.dev.dependencies]
ipython = "^8.29.0"
Expand Down

0 comments on commit c28d700

Please sign in to comment.