Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add algoliasearch dependency [BB-8083] #606

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading