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

Commit

Permalink
chore: remove pyblake2, use correct python version
Browse files Browse the repository at this point in the history
  • Loading branch information
bradenmacdonald committed Oct 17, 2022
1 parent c2a782b commit 188656a
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 30 deletions.
2 changes: 1 addition & 1 deletion blockstore/apps/bundles/store.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"""
from contextlib import contextmanager
from datetime import datetime, timezone
from hashlib import blake2b
from pathlib import Path
from uuid import UUID
import codecs
Expand All @@ -22,7 +23,6 @@
from django.core.files.base import ContentFile, File
from django.dispatch import Signal
import attr
from pyblake2 import blake2b # pylint:disable=no-name-in-module

from .links import Dependency, Link, LinkCollection, LinkChangeSet
from .storage import default_asset_storage
Expand Down
1 change: 0 additions & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
-c constraints.txt

attrs
pyblake2
django
django-environ
django-waffle
Expand Down
6 changes: 2 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ pbr==5.10.0
# via stevedore
psutil==5.9.2
# via edx-django-utils
pyblake2==1.1.2
# via -r requirements/base.in
pycparser==2.21
# via cffi
pyjwt[crypto]==2.5.0
Expand Down Expand Up @@ -145,9 +143,9 @@ sqlparse==0.4.3
# via
# -r requirements/base.in
# django
stevedore==4.0.0
stevedore==4.0.1
# via edx-django-utils
types-cryptography==3.3.23
types-cryptography==3.3.23.1
# via pyjwt
uritemplate==4.1.1
# via
Expand Down
8 changes: 6 additions & 2 deletions requirements/docs.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.10
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
# make upgrade
Expand All @@ -20,6 +20,8 @@ idna==3.4
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==5.0.0
# via sphinx
jinja2==3.1.2
# via sphinx
markupsafe==2.1.1
Expand All @@ -38,7 +40,7 @@ six==1.16.0
# via edx-sphinx-theme
snowballstemmer==2.2.0
# via sphinx
sphinx==5.2.3
sphinx==5.3.0
# via
# -r requirements/docs.in
# edx-sphinx-theme
Expand All @@ -56,3 +58,5 @@ sphinxcontrib-serializinghtml==1.1.5
# via sphinx
urllib3==1.26.12
# via requests
zipp==3.9.0
# via importlib-metadata
22 changes: 15 additions & 7 deletions requirements/local.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.10
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
# make upgrade
Expand Down Expand Up @@ -151,7 +151,7 @@ edx-sphinx-theme==3.0.0
# via -r requirements/docs.txt
factory-boy==3.2.1
# via -r requirements/test.txt
faker==15.1.0
faker==15.1.1
# via
# -r requirements/test.txt
# factory-boy
Expand All @@ -164,6 +164,10 @@ imagesize==1.4.1
# via
# -r requirements/docs.txt
# sphinx
importlib-metadata==5.0.0
# via
# -r requirements/docs.txt
# sphinx
inflection==0.5.1
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -246,8 +250,6 @@ py==1.11.0
# via
# -r requirements/test.txt
# pytest
pyblake2==1.1.2
# via -r requirements/test.txt
pycodestyle==2.9.1
# via -r requirements/test.txt
pycparser==2.21
Expand Down Expand Up @@ -371,7 +373,7 @@ social-auth-core==4.3.0
# -r requirements/test.txt
# edx-auth-backends
# social-auth-app-django
sphinx==5.2.3
sphinx==5.3.0
# via
# -r requirements/docs.txt
# edx-sphinx-theme
Expand Down Expand Up @@ -404,7 +406,7 @@ sqlparse==0.4.3
# -r requirements/test.txt
# django
# django-debug-toolbar
stevedore==4.0.0
stevedore==4.0.1
# via
# -r requirements/test.txt
# code-annotations
Expand All @@ -424,14 +426,16 @@ tomlkit==0.11.5
# via
# -r requirements/test.txt
# pylint
types-cryptography==3.3.23
types-cryptography==3.3.23.1
# via
# -r requirements/test.txt
# pyjwt
typing-extensions==4.4.0
# via
# -r requirements/test.txt
# astroid
# mypy
# pylint
uritemplate==4.1.1
# via
# -r requirements/test.txt
Expand All @@ -446,3 +450,7 @@ wrapt==1.14.1
# via
# -r requirements/test.txt
# astroid
zipp==3.9.0
# via
# -r requirements/docs.txt
# importlib-metadata
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.37.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==22.2.2
pip==22.3
# via -r requirements/pip.in
setuptools==59.8.0
# via
Expand Down
12 changes: 5 additions & 7 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ asgiref==3.5.2
# django
attrs==22.1.0
# via -r requirements/base.txt
boto3==1.24.89
boto3==1.24.91
# via
# -c requirements/constraints.txt
# -r requirements/production.in
botocore==1.27.89
botocore==1.27.91
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -103,7 +103,7 @@ edx-django-release-util==1.2.0
# via -r requirements/base.txt
edx-django-utils==5.2.0
# via -r requirements/base.txt
gevent==22.8.0
gevent==22.10.1
# via -r requirements/production.in
greenlet==1.1.3.post0
# via gevent
Expand Down Expand Up @@ -157,8 +157,6 @@ psutil==5.9.2
# via
# -r requirements/base.txt
# edx-django-utils
pyblake2==1.1.2
# via -r requirements/base.txt
pycparser==2.21
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -235,11 +233,11 @@ sqlparse==0.4.3
# via
# -r requirements/base.txt
# django
stevedore==4.0.0
stevedore==4.0.1
# via
# -r requirements/base.txt
# edx-django-utils
types-cryptography==3.3.23
types-cryptography==3.3.23.1
# via
# -r requirements/base.txt
# pyjwt
Expand Down
15 changes: 8 additions & 7 deletions requirements/test.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.10
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
# make upgrade
Expand Down Expand Up @@ -124,7 +124,7 @@ edx-lint==5.3.0
# via -r requirements/test.in
factory-boy==3.2.1
# via -r requirements/test.in
faker==15.1.0
faker==15.1.1
# via factory-boy
idna==3.4
# via
Expand Down Expand Up @@ -192,8 +192,6 @@ psutil==5.9.2
# edx-django-utils
py==1.11.0
# via pytest
pyblake2==1.1.2
# via -r requirements/base.txt
pycodestyle==2.9.1
# via -r requirements/test.in
pycparser==2.21
Expand Down Expand Up @@ -296,7 +294,7 @@ sqlparse==0.4.3
# via
# -r requirements/base.txt
# django
stevedore==4.0.0
stevedore==4.0.1
# via
# -r requirements/base.txt
# code-annotations
Expand All @@ -311,12 +309,15 @@ tomli==2.0.1
# pytest
tomlkit==0.11.5
# via pylint
types-cryptography==3.3.23
types-cryptography==3.3.23.1
# via
# -r requirements/base.txt
# pyjwt
typing-extensions==4.4.0
# via mypy
# via
# astroid
# mypy
# pylint
uritemplate==4.1.1
# via
# -r requirements/base.txt
Expand Down

0 comments on commit 188656a

Please sign in to comment.