Skip to content

Commit

Permalink
chore: add algoliasearch dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
0x29a committed Nov 17, 2023
1 parent 4e6820f commit 11c2ee9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements/edx/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
# as development.in or testing.in instead.

acid-xblock
algoliasearch
analytics-python # Used for Segment analytics
attrs # Reduces boilerplate code involving class attributes
Babel # Internationalization utilities, used for date formatting in a few places
Expand Down
3 changes: 3 additions & 0 deletions requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ aiohttp==3.8.1
# via geoip2
aiosignal==1.2.0
# via aiohttp
algoliasearch==2.6.3
# via -r requirements/edx/base.in
amqp==5.1.0
# via kombu
analytics-python==1.4.0
Expand Down Expand Up @@ -913,6 +915,7 @@ regex==2022.3.15
requests==2.27.1
# via
# -r requirements/edx/paver.txt
# algoliasearch
# analytics-python
# coreapi
# django-oauth-toolkit
Expand Down
3 changes: 3 additions & 0 deletions requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ aiosignal==1.2.0
# aiohttp
alabaster==0.7.12
# via sphinx
algoliasearch==2.6.3
# via -r requirements/edx/testing.txt
amqp==5.1.0
# via
# -r requirements/edx/testing.txt
Expand Down Expand Up @@ -1277,6 +1279,7 @@ regex==2022.3.15
requests==2.27.1
# via
# -r requirements/edx/testing.txt
# algoliasearch
# analytics-python
# coreapi
# django-oauth-toolkit
Expand Down
3 changes: 3 additions & 0 deletions requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ aiosignal==1.2.0
# via
# -r requirements/edx/base.txt
# aiohttp
algoliasearch==2.6.3
# via -r requirements/edx/base.txt
amqp==5.1.0
# via
# -r requirements/edx/base.txt
Expand Down Expand Up @@ -1199,6 +1201,7 @@ regex==2022.3.15
requests==2.27.1
# via
# -r requirements/edx/base.txt
# algoliasearch
# analytics-python
# coreapi
# django-oauth-toolkit
Expand Down

0 comments on commit 11c2ee9

Please sign in to comment.