Unlock cryptography version now that PiWheels built the most recent version. Update in bulk.

This commit is contained in:
Trenton H 2023-03-14 13:22:23 -07:00
parent 5b50870f21
commit 477fd360f8
2 changed files with 682 additions and 703 deletions

19
Pipfile
View File

@ -12,17 +12,20 @@ name = "piwheels"
dateparser = "~=1.1" dateparser = "~=1.1"
django = "~=4.1" django = "~=4.1"
django-cors-headers = "*" django-cors-headers = "*"
django-celery-results = "*"
django-compression-middleware = "*" django-compression-middleware = "*"
django-guardian = "*"
django-extensions = "*" django-extensions = "*"
django-filter = "~=22.1" django-filter = "~=22.1"
djangorestframework = "~=3.14" djangorestframework = "~=3.14"
djangorestframework-guardian = "*"
django-ipware = "*" django-ipware = "*"
filelock = "*" filelock = "*"
gunicorn = "*" gunicorn = "*"
imap-tools = "*" imap-tools = "*"
langdetect = "*" langdetect = "*"
pathvalidate = "*" pathvalidate = "*"
pillow = "~=9.3" pillow = "~=9.4"
pikepdf = "*" pikepdf = "*"
python-gnupg = "*" python-gnupg = "*"
python-dotenv = "*" python-dotenv = "*"
@ -31,10 +34,10 @@ python-magic = "*"
psycopg2 = "*" psycopg2 = "*"
rapidfuzz = "*" rapidfuzz = "*"
redis = {extras = ["hiredis"], version = "*"} redis = {extras = ["hiredis"], version = "*"}
scikit-learn = "~=1.1" scikit-learn = "~=1.2"
numpy = "*" numpy = "*"
whitenoise = "~=6.2" whitenoise = "~=6.3"
watchdog = "~=2.1" watchdog = "~=2.2"
whoosh="~=2.7" whoosh="~=2.7"
inotifyrecursive = "~=0.3" inotifyrecursive = "~=0.3"
ocrmypdf = "~=14.0" ocrmypdf = "~=14.0"
@ -49,7 +52,6 @@ concurrent-log-handler = "*"
pyzbar = "*" pyzbar = "*"
mysqlclient = "*" mysqlclient = "*"
celery = {extras = ["redis"], version = "*"} celery = {extras = ["redis"], version = "*"}
django-celery-results = "*"
setproctitle = "*" setproctitle = "*"
nltk = "*" nltk = "*"
pdf2image = "*" pdf2image = "*"
@ -60,17 +62,10 @@ bleach = "*"
# #
# Pin this until piwheels is building 1.9 (see https://www.piwheels.org/project/scipy/) # Pin this until piwheels is building 1.9 (see https://www.piwheels.org/project/scipy/)
scipy = "==1.8.1" scipy = "==1.8.1"
# Newer versions aren't builting yet (see https://www.piwheels.org/project/cryptography/)
cryptography = "==38.0.1"
django-guardian = "*"
djangorestframework-guardian = "*"
# Locked version until https://github.com/django/channels_redis/issues/332 # Locked version until https://github.com/django/channels_redis/issues/332
# is resolved # is resolved
channels-redis = "==3.4.1" channels-redis = "==3.4.1"
[dev-packages] [dev-packages]
coveralls = "*" coveralls = "*"
factory-boy = "*" factory-boy = "*"

1366
Pipfile.lock generated

File diff suppressed because it is too large Load Diff