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

build: Remove newrelic from dependencies; note system deps in README #35683

Merged
merged 1 commit into from
Oct 21, 2024
Merged
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
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ Language Packages:
- ``pip install -r requirements/edx/base.txt`` (production)
- ``pip install -r requirements/edx/dev.txt`` (development)

Some Python packages have system dependencies. For example, installing these packages on Debian or Ubuntu will require first running ``sudo apt install python3-dev default-libmysqlclient-dev build-essential pkg-config`` to satisfy the requirements of the ``mysqlclient`` Python package.

Build Steps
-----------

Expand Down
4 changes: 1 addition & 3 deletions requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -770,9 +770,7 @@ multidict==6.1.0
mysqlclient==2.2.4
# via -r requirements/edx/kernel.in
newrelic==10.2.0
# via
# -r requirements/edx/bundled.in
# edx-django-utils
# via edx-django-utils
nh3==0.2.18
# via -r requirements/edx/kernel.in
nltk==3.9.1
Expand Down
1 change: 0 additions & 1 deletion requirements/edx/bundled.in
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ algoliasearch # Algolia’s API client for indexed searchi
django-ses # Django email backend for Amazon’s Simple Email Service
edx-braze-client # a customer engagement platform used for edx.org
mailsnake # MailChimp API; used for two management commands in the "mailing" djangoapp
newrelic # New Relic agent for performance monitoring
optimizely-sdk # Optimizely provides A/B testing and other features, used by edx.org


Expand Down
Loading