Skip to content

Commit cfb599f

Browse files
committed
build: remove braze from base requirements
include edx-braze-client as an extra requirement in setup.py
1 parent 4678146 commit cfb599f

15 files changed

+819
-789
lines changed

CHANGELOG.rst

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ Unreleased
1717
----------
1818
* nothing unreleased
1919

20+
[5.10.0]
21+
--------
22+
* build: remove edx-braze-client from ``base.in`` dependencies.
23+
2024
[5.9.2]
2125
--------
2226
* fix: sleep time argument in ecu backfill management command

enterprise/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Your project description goes here.
33
"""
44

5-
__version__ = "5.9.2"
5+
__version__ = "5.10.0"

requirements/base.in

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ django-waffle
2121
django
2222
djangorestframework-xml
2323
djangorestframework
24-
edx-braze-client
2524
edx-django-utils>=3.12.0
2625
edx-drf-extensions
2726
edx-opaque-keys[django]

requirements/ci.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ six==1.17.0
2222
# via tox
2323
tox==3.28.0
2424
# via
25-
# -c /home/runner/work/edx-enterprise/edx-enterprise/requirements/constraints.txt
25+
# -c requirements/constraints.txt
2626
# -r requirements/ci.in
2727
virtualenv==20.29.3
2828
# via tox

requirements/dev.in

+1
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ testfixtures # Mock objects for unit tests and doc tests
1616
tox # virtualenv management for tests
1717
twine==1.11.0 # Utility for PyPI package uploads
1818
wheel # For generation of wheels for PyPI
19+
edx-braze-client

0 commit comments

Comments
 (0)