Add ordered-set to the dependencies

This commit is contained in:
Alexander Hess 2021-03-02 18:02:42 +01:00
parent cc75307e5a
commit 5e9307523c
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
2 changed files with 13 additions and 1 deletions

13
poetry.lock generated
View file

@ -1159,6 +1159,14 @@ category = "main"
optional = false
python-versions = ">=3.7"
[[package]]
name = "ordered-set"
version = "4.0.2"
description = "A set that remembers its order, and allows looking up its items by their index in that order."
category = "main"
optional = false
python-versions = ">=3.5"
[[package]]
name = "packaging"
version = "20.9"
@ -2029,7 +2037,7 @@ research = ["jupyterlab", "nb_black", "numpy", "pytz"]
[metadata]
lock-version = "1.1"
python-versions = "^3.8"
content-hash = "e4fb8762397c9f8c88e271208e6498f742dc00c4fdc82e1b4db1fa99f182dfb7"
content-hash = "72f0b0200c4726e385a2ac8d4a4bce2cb194403700d0e48044592c9add81e3d5"
[metadata.files]
alabaster = [
@ -2618,6 +2626,9 @@ numpy = [
{file = "numpy-1.20.0-pp37-pypy37_pp73-manylinux2010_x86_64.whl", hash = "sha256:4d592264d2a4f368afbb4288b5ceb646d4cbaf559c0249c096fbb0a149806b90"},
{file = "numpy-1.20.0.zip", hash = "sha256:3d8233c03f116d068d5365fed4477f2947c7229582dad81e5953088989294cec"},
]
ordered-set = [
{file = "ordered-set-4.0.2.tar.gz", hash = "sha256:ba93b2df055bca202116ec44b9bead3df33ea63a7d5827ff8e16738b97f33a95"},
]
packaging = [
{file = "packaging-20.9-py2.py3-none-any.whl", hash = "sha256:67714da7f7bc052e064859c05c595155bd1ee9f69f76557e21f051443c20947a"},
{file = "packaging-20.9.tar.gz", hash = "sha256:5b327ac1320dc863dca72f4514ecc086f31186744b84a230374cc1fd776feae5"},

View file

@ -35,6 +35,7 @@ folium = "^0.12.1"
geopy = "^2.1.0"
googlemaps = "^4.4.2"
matplotlib = "^3.3.3"
ordered-set = "^4.0.2"
pandas = "^1.1.0"
psycopg2 = "^2.8.5" # adapter for PostgreSQL
rpy2 = "^3.4.1"