Skip to content

Commit

Permalink
Merge pull request #72 from openedx/remove-boto
Browse files Browse the repository at this point in the history
chore: remove boto package.
  • Loading branch information
awais786 authored Jun 13, 2023
2 parents c0978d6 + 4639851 commit ed52df4
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 40 deletions.
1 change: 0 additions & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@


bleach
boto
fs
mako
simplejson
Expand Down
14 changes: 6 additions & 8 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
#
appdirs==1.4.4
# via fs
bleach==5.0.0
# via -r requirements/base.in
boto==2.49.0
bleach==6.0.0
# via -r requirements/base.in
fs==2.4.16
# via -r requirements/base.in
mako==1.2.0
mako==1.2.4
# via -r requirements/base.in
markupsafe==2.1.1
markupsafe==2.1.3
# via mako
simplejson==3.17.6
simplejson==3.19.1
# via -r requirements/base.in
six==1.16.0
# via
Expand Down
16 changes: 7 additions & 9 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,28 +1,26 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
#
appdirs==1.4.4
# via
# -r requirements/test.txt
# fs
bleach==5.0.0
# via -r requirements/test.txt
boto==2.49.0
bleach==6.0.0
# via -r requirements/test.txt
fs==2.4.16
# via -r requirements/test.txt
mako==1.2.0
mako==1.2.4
# via -r requirements/test.txt
markupsafe==2.1.1
markupsafe==2.1.3
# via
# -r requirements/test.txt
# mako
pycodestyle==2.8.0
pycodestyle==2.10.0
# via -r requirements/test.txt
simplejson==3.17.6
simplejson==3.19.1
# via -r requirements/test.txt
six==1.16.0
# via
Expand Down
11 changes: 9 additions & 2 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,14 @@ Django<4.0
# elastic search changelog: https://www.elastic.co/guide/en/enterprise-search/master/release-notes-7.14.0.html
elasticsearch<7.14.0

setuptools<60

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

# tox>4.0.0 isn't yet compatible with many tox plugins, causing CI failures in almost all repos.
# Details can be found in this discussion: https://github.com/tox-dev/tox/discussions/1810
tox<4.0.0

# edx-sphinx-theme is not compatible with latest Sphinx==6.0.0 version
# Pinning Sphinx version unless the compatibility issue gets resolved
# For details, see issue https://github.com/openedx/edx-sphinx-theme/issues/197
sphinx<6.0.0
10 changes: 4 additions & 6 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
#
# make upgrade
#
wheel==0.37.1
wheel==0.40.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==22.1.2
pip==23.1.2
# via -r requirements/pip.in
setuptools==67.8.0
# via -r requirements/pip.in
setuptools==59.8.0
# via
# -c requirements/common_constraints.txt
# -r requirements/pip.in
14 changes: 9 additions & 5 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,19 @@
#
# make upgrade
#
click==8.1.3
build==0.10.0
# via pip-tools
pep517==0.12.0
click==8.1.3
# via pip-tools
pip-tools==6.6.2
packaging==23.1
# via build
pip-tools==6.13.0
# via -r requirements/pip_tools.in
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via pep517
wheel==0.37.1
# via build
wheel==0.40.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
16 changes: 7 additions & 9 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,28 +1,26 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
#
appdirs==1.4.4
# via
# -r requirements/base.txt
# fs
bleach==5.0.0
# via -r requirements/base.txt
boto==2.49.0
bleach==6.0.0
# via -r requirements/base.txt
fs==2.4.16
# via -r requirements/base.txt
mako==1.2.0
mako==1.2.4
# via -r requirements/base.txt
markupsafe==2.1.1
markupsafe==2.1.3
# via
# -r requirements/base.txt
# mako
pycodestyle==2.8.0
pycodestyle==2.10.0
# via -r requirements/test.in
simplejson==3.17.6
simplejson==3.19.1
# via -r requirements/base.txt
six==1.16.0
# via
Expand Down

0 comments on commit ed52df4

Please sign in to comment.