Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ django-oauth-toolkit<=1.3.2
# ARCHBOM-1141: pip-tools upgrade requires pip upgrade
pip-tools<6.0

# Upgrading to 2.5.3 on 2020-01-03 triggered "'tzlocal' object has no attribute '_std_offset'" errors in production
python-dateutil==2.4.0
# matplotlib>=3.4.0 requires python-dateutil>=2.7
matplotlib<3.4.0

Expand Down
5 changes: 1 addition & 4 deletions requirements/edx-sandbox/py35.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ numpy==1.16.5
# chem
# matplotlib
# openedx-calc
# scipy
openedx-calc==1.0.9
# via -r requirements/edx-sandbox/py35.in
pycparser==2.20
Expand All @@ -74,9 +73,7 @@ pyparsing==2.2.0
# matplotlib
# openedx-calc
python-dateutil==2.4.0
# via
# -c requirements/edx-sandbox/../constraints.txt
# matplotlib
# via matplotlib
pytz==2021.1
# via matplotlib
random2==1.0.1
Expand Down
4 changes: 1 addition & 3 deletions requirements/edx-sandbox/py38.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ pyparsing==2.4.7
# matplotlib
# openedx-calc
python-dateutil==2.4.0
# via
# -c requirements/edx-sandbox/../constraints.txt
# matplotlib
# via matplotlib
random2==1.0.1
# via -r requirements/edx-sandbox/py38.in
regex==2021.4.4
Expand Down
3 changes: 1 addition & 2 deletions requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -763,9 +763,8 @@ pysrt==1.1.2
# via
# -r requirements/edx/base.in
# edxval
python-dateutil==2.4.0
python-dateutil==2.8.1
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.in
# analytics-python
# botocore
Expand Down
3 changes: 1 addition & 2 deletions requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1065,9 +1065,8 @@ pytest==6.2.4
# pytest-metadata
# pytest-randomly
# pytest-xdist
python-dateutil==2.4.0
python-dateutil==2.8.1
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/testing.txt
# analytics-python
# botocore
Expand Down
3 changes: 1 addition & 2 deletions requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1006,9 +1006,8 @@ pytest==6.2.4
# pytest-metadata
# pytest-randomly
# pytest-xdist
python-dateutil==2.4.0
python-dateutil==2.8.1
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
# analytics-python
# botocore
Expand Down