Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
also installs confluent as confluent-kafka[schemaregistry] to ensure installation of httpx
  • Loading branch information
edx-requirements-bot authored and iloveagent57 committed Jan 6, 2025
1 parent c984bf5 commit fbdc84b
Show file tree
Hide file tree
Showing 10 changed files with 1,251 additions and 1,050 deletions.
2 changes: 1 addition & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

analytics-python
celery
confluent-kafka
confluent-kafka[schemaregistry]
Django>=2.2 # Web application framework
djangoql
django-cors-headers
Expand Down
49 changes: 36 additions & 13 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,33 +8,41 @@ amqp==5.3.1
# via kombu
analytics-python==1.4.post1
# via -r requirements/base.in
anyio==4.8.0
# via httpx
asgiref==3.8.1
# via
# django
# django-cors-headers
attrs==24.2.0
attrs==24.3.0
# via
# confluent-kafka
# jsonschema
# openedx-events
# referencing
backoff==1.10.0
# via analytics-python
billiard==4.2.1
# via celery
cachetools==5.5.0
# via confluent-kafka
celery==5.4.0
# via
# -r requirements/base.in
# django-celery-results
# edx-celeryutils
certifi==2024.12.14
# via requests
# via
# httpcore
# httpx
# requests
cffi==1.17.1
# via
# cryptography
# pynacl
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
click==8.1.7
click==8.1.8
# via
# celery
# click-didyoumean
Expand All @@ -50,7 +58,7 @@ click-repl==0.3.0
# via celery
code-annotations==2.1.0
# via edx-toggles
confluent-kafka==2.6.1
confluent-kafka[schemaregistry]==2.7.0
# via -r requirements/base.in
coreapi==2.3.3
# via
Expand All @@ -68,7 +76,7 @@ defusedxml==0.8.0rc2
# social-auth-core
django==4.2.17
# via
# -c /home/runner/work/enterprise-access/enterprise-access/requirements/common_constraints.txt
# -c /edx/app/enterprise-access/requirements/common_constraints.txt
# -r requirements/base.in
# django-celery-results
# django-cors-headers
Expand Down Expand Up @@ -191,19 +199,28 @@ edx-rest-api-client==6.0.0
# edx-enterprise-subsidy-client
edx-toggles==5.2.0
# via edx-event-bus-kafka
fastavro==1.9.7
fastavro==1.10.0
# via
# -r requirements/base.in
# openedx-events
h11==0.14.0
# via httpcore
httpcore==1.0.7
# via httpx
httpx==0.27.2
# via confluent-kafka
idna==3.10
# via requests
# via
# anyio
# httpx
# requests
inflection==0.5.1
# via
# drf-spectacular
# drf-yasg
itypes==1.2.0
# via coreapi
jinja2==3.1.4
jinja2==3.1.5
# via
# code-annotations
# coreschema
Expand Down Expand Up @@ -243,11 +260,11 @@ ply==3.11
# via djangoql
prompt-toolkit==3.0.48
# via click-repl
psutil==6.1.0
psutil==6.1.1
# via edx-django-utils
pycparser==2.22
# via cffi
pygments==2.18.0
pygments==2.19.0
# via -r requirements/base.in
pyjwt[crypto]==2.10.1
# via
Expand Down Expand Up @@ -314,6 +331,10 @@ six==1.17.0
# edx-django-release-util
# edx-rbac
# python-dateutil
sniffio==1.3.1
# via
# anyio
# httpx
social-auth-app-django==5.4.2
# via edx-auth-backends
social-auth-core==4.5.4
Expand All @@ -330,7 +351,9 @@ stevedore==5.4.0
text-unidecode==1.3
# via python-slugify
typing-extensions==4.12.2
# via edx-opaque-keys
# via
# anyio
# edx-opaque-keys
tzdata==2024.2
# via
# celery
Expand All @@ -340,7 +363,7 @@ uritemplate==4.1.1
# coreapi
# drf-spectacular
# drf-yasg
urllib3==2.2.3
urllib3==2.3.0
# via requests
vine==5.1.0
# via
Expand Down
Loading

0 comments on commit fbdc84b

Please sign in to comment.