mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-22 15:33:55 +02:00
Refactored Session handling for Network analysis
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user