mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-22 22:33:55 +02:00
Added longitude/latitude and positional accuracy to the company data (#180)
This commit is contained in:
@ -33,7 +33,6 @@ description = "Data Integration, Extraction, and Visualization using Text Mining
|
||||
documentation = "https://cuddly-waffle-r416zgy.pages.github.io/"
|
||||
homepage = "https://cuddly-waffle-r416zgy.pages.github.io/"
|
||||
keywords = ["deutschland", "economy", "transparenzregister", "dataintegration", "handelsregister"]
|
||||
|
||||
maintainers = [
|
||||
"Philipp Horstenkamp <philipp@horstenkamp.de>",
|
||||
"Tristan Nolde <contact@trisnol.dev>",
|
||||
@ -43,21 +42,22 @@ maintainers = [
|
||||
"Sascha Zhu <sascha.zhu@eugreen.de>"
|
||||
]
|
||||
name = "aki-prj23-transparenzregister"
|
||||
packages = [{ include = "aki_prj23_transparenzregister", from = "src" }]
|
||||
packages = [{include = "aki_prj23_transparenzregister", from = "src"}]
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/fhswf/aki_prj23_transparenzregister"
|
||||
version = "0.1.0"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
aenum = "^3.1.15"
|
||||
SQLAlchemy = "^1.4.49"
|
||||
aenum = "^3.1.15"
|
||||
cachetools = "^5.3.1"
|
||||
dash = "^2.13.0"
|
||||
dash-auth = "^2.0.0"
|
||||
dash-bootstrap-components = "^1.5.0"
|
||||
deutschland = { git = "https://github.com/TrisNol/deutschland.git", branch = "hotfix/python-3.11-support" }
|
||||
deutschland = {git = "https://github.com/TrisNol/deutschland.git", branch = "hotfix/python-3.11-support"}
|
||||
loguru = "^0.7.0"
|
||||
matplotlib = "^3.7.2"
|
||||
pgeocode = "^0.4.1"
|
||||
psycopg2-binary = "^2.9.7"
|
||||
pymongo = "^4.5.0"
|
||||
python = "^3.11"
|
||||
@ -73,7 +73,7 @@ processing = []
|
||||
web-server = ["dash", "dash-auth", "dash-bootstrap-components", "matplotlib", "seaborn"]
|
||||
|
||||
[tool.poetry.group.develop.dependencies]
|
||||
black = { extras = ["jupyter"], version = "^23.9.1" }
|
||||
black = {extras = ["jupyter"], version = "^23.9.1"}
|
||||
jupyterlab = "^4.0.6"
|
||||
nbconvert = "^7.8.0"
|
||||
openpyxl = "^3.1.2"
|
||||
|
Reference in New Issue
Block a user