Skip to content

Commit

Permalink
chore: add requests in base requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanttV committed Jan 30, 2024
1 parent 41b35b0 commit 788efd2
Show file tree
Hide file tree
Showing 9 changed files with 250 additions and 173 deletions.
1 change: 1 addition & 0 deletions requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
Django # Web application framework
xblock
xblock-utils
requests
46 changes: 30 additions & 16 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@ appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
boto3==1.28.60
boto3==1.34.30
# via fs-s3fs
botocore==1.31.60
botocore==1.34.30
# via
# boto3
# s3transfer
django==3.2.22
certifi==2023.11.17
# via requests
charset-normalizer==3.3.2
# via requests
django==3.2.23
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand All @@ -26,54 +30,64 @@ fs==2.4.16
# xblock
fs-s3fs==1.1.1
# via openedx-django-pyfs
idna==3.6
# via requests
jmespath==1.0.1
# via
# boto3
# botocore
lazy==1.6
# via xblock
lxml==4.9.3
lxml==5.1.0
# via xblock
mako==1.2.4
# via xblock-utils
markupsafe==2.1.3
mako==1.3.2
# via
# xblock
# xblock-utils
markupsafe==2.1.4
# via
# mako
# xblock
openedx-django-pyfs==3.4.0
openedx-django-pyfs==3.4.1
# via xblock
python-dateutil==2.8.2
# via
# botocore
# xblock
pytz==2023.3.post1
pytz==2023.4
# via
# django
# xblock
pyyaml==6.0.1
# via xblock
s3transfer==0.7.0
requests==2.31.0
# via -r requirements/base.in
s3transfer==0.10.0
# via boto3
simplejson==3.19.1
# via xblock-utils
simplejson==3.19.2
# via
# xblock
# xblock-utils
six==1.16.0
# via
# fs
# fs-s3fs
# python-dateutil
sqlparse==0.4.4
# via django
typing-extensions==4.8.0
typing-extensions==4.9.0
# via asgiref
urllib3==1.26.17
# via botocore
urllib3==1.26.18
# via
# botocore
# requests
web-fragments==2.1.0
# via
# xblock
# xblock-utils
webob==1.8.7
# via xblock
xblock[django]==1.8.0
xblock[django]==1.10.0
# via
# -r requirements/base.in
# xblock-utils
Expand Down
23 changes: 14 additions & 9 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,35 @@
#
# make upgrade
#
distlib==0.3.7
distlib==0.3.8
# via virtualenv
filelock==3.12.4
filelock==3.13.1
# via
# tox
# virtualenv
packaging==23.2
# via tox
platformdirs==3.11.0
# via virtualenv
pluggy==1.3.0
# via
# pyproject-api
# tox
platformdirs==4.1.0
# via
# tox
# virtualenv
pluggy==1.4.0
# via tox
py==1.11.0
# via tox
six==1.16.0
# via tox
tomli==2.0.1
# via tox
# via
# pyproject-api
# tox
tox==3.28.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/ci.in
# tox-battery
tox-battery==0.6.2
# via -r requirements/ci.in
virtualenv==20.24.5
virtualenv==20.25.0
# via tox
Loading

0 comments on commit 788efd2

Please sign in to comment.