Skip to content

Commit

Permalink
chore: install event-tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Sep 4, 2023
1 parent de8df07 commit 91b2087
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 10 deletions.
1 change: 1 addition & 0 deletions requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ edx-drf-extensions>=1.11.0
edx-toggles>=1.2.0
pytz
XBlock>=1.2.2
event-tracking
7 changes: 4 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ astroid==2.15.6
# pylint-celery
bleach==6.0.0
# via readme-renderer
build==0.10.0
build==1.0.0
# via pip-tools
certifi==2023.7.22
# via requests
Expand Down Expand Up @@ -53,7 +53,7 @@ dill==0.3.7
# via pylint
distlib==0.3.7
# via virtualenv
django==3.2.20
django==3.2.21
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -122,6 +122,7 @@ idna==3.4
# via requests
importlib-metadata==6.8.0
# via
# build
# keyring
# twine
importlib-resources==6.0.1
Expand Down Expand Up @@ -227,7 +228,7 @@ pynacl==1.5.0
# via edx-django-utils
pyproject-hooks==1.0.0
# via build
pytest==7.4.0
pytest==7.4.1
# via
# pytest-cov
# pytest-django
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cryptography==41.0.3
# via pyjwt
ddt==1.6.0
# via -r requirements/test.in
django==3.2.20
django==3.2.21
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -149,7 +149,7 @@ pymongo==3.13.0
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
pytest==7.4.0
pytest==7.4.1
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -191,7 +191,7 @@ six==1.16.0
# python-dateutil
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.4.1
soupsieve==2.5
# via beautifulsoup4
sphinx==6.2.1
# via
Expand Down
6 changes: 5 additions & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
#
# make upgrade
#
build==0.10.0
build==1.0.0
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
# via build
packaging==23.1
# via build
pip-tools==7.3.0
Expand All @@ -21,6 +23,8 @@ tomli==2.0.1
# pyproject-hooks
wheel==0.41.2
# via pip-tools
zipp==3.16.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ddt==1.6.0
# via -r requirements/test.in
dill==0.3.7
# via pylint
django==3.2.20
django==3.2.21
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -188,7 +188,7 @@ pymongo==3.13.0
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
pytest==7.4.0
pytest==7.4.1
# via
# pytest-cov
# pytest-django
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ pymongo==3.13.0
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
pytest==7.4.0
pytest==7.4.1
# via
# pytest-cov
# pytest-django
Expand Down

0 comments on commit 91b2087

Please sign in to comment.