Skip to content

Commit

Permalink
Merge pull request #131 from gm3dmo/folium1
Browse files Browse the repository at this point in the history
Adding folium for maps
  • Loading branch information
gm3dmo authored Dec 18, 2023
2 parents 7505427 + ed1fc47 commit bd24b5f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ whitenoise
django-crispy-forms
crispy-bootstrap5
ipdb
folium
28 changes: 26 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,14 @@ backcall==0.2.0
# via ipython
black==23.9.1
# via -r requirements.in
branca==0.7.0
# via folium
certifi==2023.7.22
# via sentry-sdk
# via
# requests
# sentry-sdk
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via black
coverage[toml]==7.3.1
Expand Down Expand Up @@ -52,6 +58,10 @@ executing==2.0.0
# via stack-data
flake8==6.1.0
# via -r requirements.in
folium==0.15.1
# via -r requirements.in
idna==3.6
# via requests
iniconfig==2.0.0
# via pytest
ipdb==0.13.13
Expand All @@ -60,12 +70,20 @@ ipython==8.16.1
# via ipdb
jedi==0.19.1
# via ipython
jinja2==3.1.2
# via
# branca
# folium
markupsafe==2.1.3
# via jinja2
matplotlib-inline==0.1.6
# via ipython
mccabe==0.7.0
# via flake8
mypy-extensions==1.0.0
# via black
numpy==1.26.2
# via folium
packaging==23.1
# via
# black
Expand Down Expand Up @@ -102,6 +120,8 @@ pytest-cov==4.1.0
# via -r requirements.in
pytest-django==4.5.2
# via -r requirements.in
requests==2.31.0
# via folium
sentry-sdk==1.31.0
# via -r requirements.in
six==1.16.0
Expand All @@ -117,8 +137,12 @@ traitlets==5.11.2
# ipython
# matplotlib-inline
urllib3==2.0.7
# via sentry-sdk
# via
# requests
# sentry-sdk
wcwidth==0.2.8
# via prompt-toolkit
whitenoise==6.6.0
# via -r requirements.in
xyzservices==2023.10.1
# via folium

0 comments on commit bd24b5f

Please sign in to comment.