Skip to content

Commit

Permalink
chore: compile requiremenst
Browse files Browse the repository at this point in the history
  • Loading branch information
magajh committed Oct 8, 2024
1 parent 9ef785a commit b225f47
Show file tree
Hide file tree
Showing 17 changed files with 20 additions and 287 deletions.
9 changes: 0 additions & 9 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,6 @@ elasticsearch<7.14.0

# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected

# opentelemetry requires version 6.x at the moment:
# https://github.com/open-telemetry/opentelemetry-python/issues/3570
# Normally this could be added as a constraint in edx-django-utils, where we're
# adding the opentelemetry dependency. However, when we compile pip-tools.txt,
# that uses version 7.x, and then there's no undoing that when compiling base.txt.
# So we need to pin it globally, for now.
# Ticket for unpinning: https://github.com/openedx/edx-lint/issues/407
importlib-metadata<7

# Cause: https://github.com/openedx/event-tracking/pull/290
# event-tracking 2.4.1 upgrades to pymongo 4.4.0 which is not supported on edx-platform.
# We will pin event-tracking to do not break existing installations
Expand Down
6 changes: 1 addition & 5 deletions requirements/edx-sandbox/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand All @@ -22,8 +22,6 @@ cycler==0.12.1
# via matplotlib
fonttools==4.51.0
# via matplotlib
importlib-resources==6.4.0
# via matplotlib
joblib==1.4.2
# via nltk
kiwisolver==1.4.5
Expand Down Expand Up @@ -89,5 +87,3 @@ sympy==1.12
# openedx-calc
tqdm==4.66.4
# via nltk
zipp==3.18.1
# via importlib-resources
2 changes: 1 addition & 1 deletion requirements/edx/assets.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand Down
39 changes: 2 additions & 37 deletions requirements/edx/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand Down Expand Up @@ -33,10 +33,6 @@ asgiref==3.8.1
# django-countries
asn1crypto==1.5.1
# via snowflake-connector-python
async-timeout==4.0.3
# via
# aiohttp
# redis
attrs==23.2.0
# via
# -r requirements/edx/kernel.in
Expand All @@ -55,14 +51,6 @@ babel==2.15.0
# enmerkar-underscore
backoff==1.10.0
# via analytics-python
backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9"
# via
# -c requirements/edx/../constraints.txt
# celery
# django
# edx-milestones
# icalendar
# kombu
beautifulsoup4==4.12.3
# via pynliner
billiard==4.2.0
Expand Down Expand Up @@ -613,15 +601,6 @@ idna==3.7
# requests
# snowflake-connector-python
# yarl
importlib-metadata==6.11.0
# via
# -c requirements/edx/../common_constraints.txt
# markdown
importlib-resources==5.13.0
# via
# jsonschema
# jsonschema-specifications
# pycountry
inflection==0.5.1
# via
# drf-spectacular
Expand Down Expand Up @@ -844,8 +823,6 @@ pillow==10.3.0
# edx-enterprise
# edx-organizations
# edxval
pkgutil-resolve-name==1.3.10
# via jsonschema
platformdirs==4.2.1
# via snowflake-connector-python
polib==1.2.0
Expand Down Expand Up @@ -959,7 +936,6 @@ python3-saml==1.16.0
pytz==2024.1
# via
# -r requirements/edx/kernel.in
# babel
# django-ses
# djangorestframework
# drf-yasg
Expand Down Expand Up @@ -1152,21 +1128,15 @@ tqdm==4.66.4
typing-extensions==4.11.0
# via
# -r requirements/edx/paver.txt
# annotated-types
# asgiref
# django-countries
# drf-spectacular
# edx-opaque-keys
# jwcrypto
# kombu
# pydantic
# pydantic-core
# pylti1p3
# snowflake-connector-python
tzdata==2024.1
# via
# backports-zoneinfo
# celery
# via celery
unicodecsv==0.14.1
# via
# -r requirements/edx/kernel.in
Expand All @@ -1184,7 +1154,6 @@ urllib3==1.26.18
# elasticsearch
# py2neo
# requests
# snowflake-connector-python
user-util==1.1.0
# via -r requirements/edx/kernel.in
vine==5.1.0
Expand Down Expand Up @@ -1251,10 +1220,6 @@ xss-utils==0.6.0
# via -r requirements/edx/kernel.in
yarl==1.9.4
# via aiohttp
zipp==3.18.1
# via
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# setuptools
2 changes: 1 addition & 1 deletion requirements/edx/coverage.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand Down
81 changes: 2 additions & 79 deletions requirements/edx/development.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand Down Expand Up @@ -82,12 +82,6 @@ astroid==2.13.5
# -r requirements/edx/testing.txt
# pylint
# pylint-celery
async-timeout==4.0.3
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# aiohttp
# redis
attrs==23.2.0
# via
# -r requirements/edx/doc.txt
Expand All @@ -113,16 +107,6 @@ backoff==1.10.0
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# analytics-python
backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9"
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# celery
# django
# edx-milestones
# icalendar
# kombu
beautifulsoup4==4.12.3
# via
# -r requirements/edx/doc.txt
Expand Down Expand Up @@ -901,11 +885,6 @@ event-tracking==2.4.0
# edx-completion
# edx-proctoring
# edx-search
exceptiongroup==1.2.1
# via
# -r requirements/edx/testing.txt
# anyio
# pytest
execnet==2.1.1
# via
# -r requirements/edx/testing.txt
Expand Down Expand Up @@ -1033,23 +1012,6 @@ imagesize==1.4.1
# sphinx
import-linter==2.0
# via -r requirements/edx/testing.txt
importlib-metadata==6.11.0
# via
# -c requirements/edx/../common_constraints.txt
# -r requirements/edx/../pip-tools.txt
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# build
# markdown
# pytest-randomly
# sphinx
importlib-resources==5.13.0
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# jsonschema
# jsonschema-specifications
# pycountry
inflection==0.5.1
# via
# -r requirements/edx/doc.txt
Expand Down Expand Up @@ -1448,11 +1410,6 @@ pillow==10.3.0
# edxval
pip-tools==7.4.1
# via -r requirements/edx/../pip-tools.txt
pkgutil-resolve-name==1.3.10
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# jsonschema
platformdirs==4.2.1
# via
# -r requirements/edx/doc.txt
Expand Down Expand Up @@ -1731,7 +1688,6 @@ pytz==2024.1
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# babel
# django-ses
# djangorestframework
# drf-yasg
Expand Down Expand Up @@ -2075,20 +2031,7 @@ tinycss2==1.2.1
# -r requirements/edx/testing.txt
# bleach
tomli==2.0.1
# via
# -r requirements/edx/../pip-tools.txt
# -r requirements/edx/testing.txt
# build
# coverage
# django-stubs
# import-linter
# mypy
# pip-tools
# pylint
# pyproject-api
# pytest
# tox
# vulture
# via django-stubs
tomlkit==0.12.5
# via
# -r requirements/edx/doc.txt
Expand Down Expand Up @@ -2121,38 +2064,26 @@ typing-extensions==4.11.0
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# annotated-types
# anyio
# asgiref
# astroid
# django-countries
# django-stubs
# django-stubs-ext
# djangorestframework-stubs
# drf-spectacular
# edx-opaque-keys
# fastapi
# grimp
# import-linter
# jwcrypto
# kombu
# mypy
# pact-python
# pydantic
# pydantic-core
# pydata-sphinx-theme
# pylint
# pylti1p3
# rich
# snowflake-connector-python
# starlette
# typer
# uvicorn
tzdata==2024.1
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# backports-zoneinfo
# celery
ujson==5.9.0
# via
Expand Down Expand Up @@ -2181,7 +2112,6 @@ urllib3==1.26.18
# elasticsearch
# py2neo
# requests
# snowflake-connector-python
user-util==1.1.0
# via
# -r requirements/edx/doc.txt
Expand Down Expand Up @@ -2317,13 +2247,6 @@ yarl==1.9.4
# -r requirements/edx/testing.txt
# aiohttp
# pact-python
zipp==3.18.1
# via
# -r requirements/edx/../pip-tools.txt
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
Loading

0 comments on commit b225f47

Please sign in to comment.