Skip to content

Commit

Permalink
chore(deps): drop pandas dependency
Browse files Browse the repository at this point in the history
> poetry remove pandas

... and removed from the dependency list in the documentation

> poetry add python-dateutil

.. which is used in apis_entities.autocomplete3 and is a dependency of
pandas and was not configured as direct dependency of apis
  • Loading branch information
b1rger committed Jan 10, 2024
1 parent e89e03d commit 89bda3e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 187 deletions.
5 changes: 4 additions & 1 deletion docs/source/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Dependencies
* requests
* SPARQLWrapper
* django-model-utils
* pandas
* django-admin-csvexport

Used in the ``apis_labels`` and ``apis_vocabularies`` admin apps
Expand All @@ -42,3 +41,7 @@ Dependencies
integrate external sources. This package provides the patched Javascript
files - it has to be listed in ``INSTALLED_APPS`` *before*
``django-autocomplete-light`` packages.

* python-dateutil

Used in ``apis_entities.autocomplete3``
Loading

0 comments on commit 89bda3e

Please sign in to comment.