opensemanticsearch / open-semantic-etl

Python based Open Source ETL tools for file crawling, document processing (text extraction, OCR), content analysis (Entity Extraction & Named Entity Recognition) & data enrichment (annotation) pipelines & ingestor to Solr or Elastic search index & linked data graph database
https://opensemanticsearch.org/etl
GNU General Public License v3.0
254 stars 69 forks source link

PIP requirements #92

Closed opensemanticsearch closed 4 years ago

opensemanticsearch commented 4 years ago

Define Python package dependencies from Debian package to PIP requirements.txt for easier installation by automatic resolution of dependencies on non Debian Systems.

Mandalka commented 4 years ago

Moved Python dependencies from DEBIAN/postinst to more platform independent pip config requirements.txt so it can be used while building Docker container, too.

Todo: Add all other Python packages dependecies from DEBIAN/control to requirements.txt for automatic dependencies resolution on non-debian and non-ubuntu installations, too.

Mandalka commented 4 years ago

Added all Python packages from DEBIAN/control to requirements.txt