Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
chore: add requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
varshamenon4 committed Feb 27, 2024
1 parent cc1e500 commit 0cc22f3
Show file tree
Hide file tree
Showing 9 changed files with 103 additions and 73 deletions.
15 changes: 11 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ asgiref==3.7.2
# via
# django
# django-cors-headers
# django-simple-history
async-timeout==4.0.3
# via redis
backoff==1.10.0
Expand All @@ -35,7 +36,7 @@ charset-normalizer==3.3.2
# via requests
click==8.1.7
# via edx-django-utils
cryptography==42.0.3
cryptography==42.0.5
# via
# pyjwt
# social-auth-core
Expand Down Expand Up @@ -81,7 +82,7 @@ django-model-utils==4.4.0
# django-user-tasks
django-mysql==4.12.0
# via -r requirements/base.in
django-simple-history==3.4.0
django-simple-history==3.5.0
# via -r requirements/base.in
django-storages==1.10.1
# via
Expand Down Expand Up @@ -161,6 +162,10 @@ pynacl==1.5.0
# via edx-django-utils
python-dateutil==2.8.2
# via analytics-python
python-slugify==4.0.1
# via
# -c requirements/constraints.txt
# -r requirements/base.in
python3-openid==3.2.0
# via social-auth-core
pytz==2024.1
Expand Down Expand Up @@ -205,11 +210,13 @@ social-auth-core==4.5.3
# social-auth-app-django
sqlparse==0.4.4
# via django
stevedore==5.1.0
stevedore==5.2.0
# via
# edx-django-utils
# edx-opaque-keys
typing-extensions==4.9.0
text-unidecode==1.3
# via python-slugify
typing-extensions==4.10.0
# via
# asgiref
# edx-opaque-keys
Expand Down
5 changes: 5 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
# See BOM-2721 for more details.
# Below is the copied and edited version of common_constraints

# This is a temporary solution to override the real common_constraints.txt
# In edx-lint, until the pyjwt constraint in edx-lint has been removed.
# See BOM-2721 for more details.
# Below is the copied and edited version of common_constraints

# A central location for most common version constraints
# (across edx repos) for pip-installation.
#
Expand Down
31 changes: 16 additions & 15 deletions requirements/devstack.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ asgiref==3.7.2
# -r requirements/local.txt
# django
# django-cors-headers
astroid==3.0.3
# django-simple-history
astroid==3.1.0
# via
# -r requirements/local.txt
# pylint
Expand Down Expand Up @@ -53,18 +54,18 @@ billiard==3.6.4.0
# via
# -r requirements/local.txt
# celery
boto3==1.34.45
boto3==1.34.50
# via
# -c requirements/constraints.txt
# -r requirements/local.txt
# moto
botocore==1.34.45
botocore==1.34.50
# via
# -r requirements/local.txt
# boto3
# moto
# s3transfer
cachetools==5.3.2
cachetools==5.3.3
# via
# -r requirements/local.txt
# tox
Expand Down Expand Up @@ -114,17 +115,17 @@ configobj==5.0.8
# via
# -r requirements/local.txt
# ruamel-yaml-cmd
coverage[toml]==7.4.1
coverage[toml]==7.4.3
# via
# -r requirements/local.txt
# pytest-cov
cryptography==42.0.3
cryptography==42.0.5
# via
# -r requirements/local.txt
# moto
# pyjwt
# social-auth-core
ddt==1.7.1
ddt==1.7.2
# via -r requirements/local.txt
defusedxml==0.8.0rc2
# via
Expand Down Expand Up @@ -185,7 +186,7 @@ django-model-utils==4.4.0
# django-user-tasks
django-mysql==4.12.0
# via -r requirements/local.txt
django-simple-history==3.4.0
django-simple-history==3.5.0
# via -r requirements/local.txt
django-storages==1.10.1
# via
Expand Down Expand Up @@ -249,7 +250,7 @@ exceptiongroup==1.2.0
# pytest
factory-boy==3.3.0
# via -r requirements/local.txt
faker==23.2.1
faker==23.3.0
# via
# -r requirements/local.txt
# factory-boy
Expand Down Expand Up @@ -398,7 +399,7 @@ pyjwt[crypto]==2.8.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.0.3
pylint==3.1.0
# via
# -r requirements/local.txt
# edx-lint
Expand Down Expand Up @@ -432,7 +433,7 @@ pyproject-api==1.6.1
# via
# -r requirements/local.txt
# tox
pytest==8.0.1
pytest==8.0.2
# via
# -r requirements/local.txt
# pytest-cov
Expand Down Expand Up @@ -596,7 +597,7 @@ sqlparse==0.4.4
# -r requirements/local.txt
# django
# django-debug-toolbar
stevedore==5.1.0
stevedore==5.2.0
# via
# -r requirements/local.txt
# code-annotations
Expand All @@ -614,13 +615,13 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tomlkit==0.12.3
tomlkit==0.12.4
# via
# -r requirements/local.txt
# pylint
tox==4.13.0
# via -r requirements/local.txt
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/local.txt
# asgiref
Expand All @@ -645,7 +646,7 @@ vine==1.3.0
# -r requirements/local.txt
# amqp
# celery
virtualenv==20.25.0
virtualenv==20.25.1
# via
# -r requirements/local.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
typing-extensions==4.9.0
typing-extensions==4.10.0
# via pydata-sphinx-theme
urllib3==1.26.18
# via
Expand Down
31 changes: 16 additions & 15 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ asgiref==3.7.2
# -r requirements/test.txt
# django
# django-cors-headers
astroid==3.0.3
# django-simple-history
astroid==3.1.0
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -53,18 +54,18 @@ billiard==3.6.4.0
# via
# -r requirements/test.txt
# celery
boto3==1.34.45
boto3==1.34.50
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
# moto
botocore==1.34.45
botocore==1.34.50
# via
# -r requirements/test.txt
# boto3
# moto
# s3transfer
cachetools==5.3.2
cachetools==5.3.3
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -114,17 +115,17 @@ colorama==0.4.6
# tox
configobj==5.0.8
# via ruamel-yaml-cmd
coverage[toml]==7.4.1
coverage[toml]==7.4.3
# via
# -r requirements/test.txt
# pytest-cov
cryptography==42.0.3
cryptography==42.0.5
# via
# -r requirements/test.txt
# moto
# pyjwt
# social-auth-core
ddt==1.7.1
ddt==1.7.2
# via -r requirements/test.txt
defusedxml==0.8.0rc2
# via
Expand Down Expand Up @@ -185,7 +186,7 @@ django-model-utils==4.4.0
# django-user-tasks
django-mysql==4.12.0
# via -r requirements/test.txt
django-simple-history==3.4.0
django-simple-history==3.5.0
# via -r requirements/test.txt
django-storages==1.10.1
# via
Expand Down Expand Up @@ -249,7 +250,7 @@ exceptiongroup==1.2.0
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==23.2.1
faker==23.3.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -392,7 +393,7 @@ pyjwt[crypto]==2.8.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.0.3
pylint==3.1.0
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -424,7 +425,7 @@ pyproject-api==1.6.1
# via
# -r requirements/test.txt
# tox
pytest==8.0.1
pytest==8.0.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -581,7 +582,7 @@ sqlparse==0.4.4
# -r requirements/test.txt
# django
# django-debug-toolbar
stevedore==5.1.0
stevedore==5.2.0
# via
# -r requirements/test.txt
# code-annotations
Expand All @@ -599,13 +600,13 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tomlkit==0.12.3
tomlkit==0.12.4
# via
# -r requirements/test.txt
# pylint
tox==4.13.0
# via -r requirements/test.txt
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/docs.txt
# -r requirements/test.txt
Expand All @@ -632,7 +633,7 @@ vine==1.3.0
# -r requirements/test.txt
# amqp
# celery
virtualenv==20.25.0
virtualenv==20.25.1
# via
# -r requirements/test.txt
# tox
Expand Down
Loading

0 comments on commit 0cc22f3

Please sign in to comment.