Refactored Session handling for Network analysis

This commit is contained in:
Tim
2023-11-05 17:50:21 +01:00
parent ac46348cc8
commit 4d2ca3b3e7
4 changed files with 375 additions and 355 deletions

View File

@ -66,9 +66,10 @@ matplotlib = "^3.8.1"
pgeocode = "^0.4.1"
psycopg2-binary = "^2.9.7"
pymongo = "^4.6.0"
python = "^3.11"
python = ">=3.11,<3.13"
python-dotenv = "^1.0.0"
rapidfuzz = "^3.5.2"
scipy = "^1.11.3"
seaborn = "^0.13.0"
selenium = "^4.15.2"
spacy = "^3.6.1"
@ -112,7 +113,7 @@ SQLAlchemy = {version = "*", extras = ["mypy"]}
black = "*"
loguru-mypy = "*"
mypy = "*"
networkx-stubs = "^0.0.1"
networkx-stubs = "*"
pandas-stubs = "*"
pip-audit = "*"
pip-licenses = "*"
@ -125,7 +126,7 @@ types-setuptools = "*"
types-six = "*"
types-tabulate = "*"
types-tqdm = "*"
types-urllib3 = "^1.26.25.14"
types-urllib3 = "*"
[tool.poetry.group.test.dependencies]
pytest = "^7.4.2"