Skip to content

Commit

Permalink
added folium and geopy dependencies and ran pip-compile
Browse files Browse the repository at this point in the history
  • Loading branch information
kmkamoto-ad committed Dec 4, 2023
1 parent 44bd1d9 commit 6186bd3
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
2 changes: 2 additions & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ django-picklefield==0.2.0
sentry-sdk==0.17.7 # pinned for celery issue https://github.com/getsentry/sentry-python/issues/844
future
gunicorn
folium
geopy
28 changes: 24 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile requirements.in
#
Expand All @@ -10,6 +10,8 @@ asgiref==3.5.0
# via django
billiard==3.6.4.0
# via celery
branca==0.7.0
# via folium
celery==4.4.7
# via -r requirements.in
certifi==2021.10.8
Expand All @@ -29,16 +31,30 @@ django-taggit==1.5.1
# via -r requirements.in
djappsettings==0.4.0
# via -r requirements.in
folium==0.15.1
# via -r requirements.in
future==0.18.2
# via -r requirements.in
geographiclib==2.0
# via geopy
geopy==2.4.1
# via -r requirements.in
gunicorn==19.10.0
# via -r requirements.in
gviz-api==1.10.0
# via -r requirements.in
jinja2==3.1.2
# via
# branca
# folium
kombu==4.6.11
# via celery
mysqlclient
markupsafe==2.1.3
# via jinja2
mysqlclient==2.2.0
# via -r requirements.in
numpy==1.26.2
# via folium
python-dateutil==2.8.2
# via -r requirements.in
python-memcached==1.59
Expand All @@ -52,7 +68,9 @@ quickcache==0.5.4
redis==3.5.3
# via django-redis
requests==2.4.3
# via -r requirements.in
# via
# -r requirements.in
# folium
sentry-sdk==0.17.7
# via -r requirements.in
six==1.16.0
Expand All @@ -71,6 +89,8 @@ vine==1.3.0
# via
# amqp
# celery
xyzservices==2023.10.1
# via folium

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit 6186bd3

Please sign in to comment.