Skip to content

Commit

Permalink
Merge pull request #1024 from ImageMarkup/update-requirements-txt
Browse files Browse the repository at this point in the history
Update requirements.txt
  • Loading branch information
danlamanna authored Nov 22, 2024
2 parents 20691f0 + 0c1a2cb commit 6d1183d
Showing 1 changed file with 35 additions and 30 deletions.
65 changes: 35 additions & 30 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
--find-links https://girder.github.io/large_image_wheels

amqp==5.2.0
amqp==5.3.1
annotated-types==0.7.0
argon2-cffi==23.1.0
argon2-cffi-bindings==21.2.0
asgiref==3.8.1
asttokens==2.4.1
bcrypt==4.2.0
bcrypt==4.2.1
billiard==4.2.1
boto3==1.35.44
botocore==1.35.44
bleach==6.2.0
boto3==1.35.67
botocore==1.35.67
Brotli==1.1.0
cachetools==5.5.0
celery==5.4.0
Expand All @@ -22,88 +23,92 @@ click-plugins==1.1.1
click-repl==0.3.0
cryptography==43.0.3
deepdiff==8.0.1
dj-database-url==2.2.0
dj-database-url==2.3.0
dj-email-url==1.0.6
Django==5.1.2
django-allauth==65.0.2
Django==5.1.3
django-allauth==65.2.0
django-auth-style==0.8.1
django-cachalot==2.6.3
django-cachalot==2.7.0
django-cache-url==3.4.5
django-click==2.4.0
django-cors-headers==4.5.0
django-cors-headers==4.6.0
django-extensions==3.2.3
django-filter==24.3
django-girder-utils==0.13.1
django-json-widget==2.0.1
django-markdownify==0.9.5
django-ninja==1.3.0
django-oauth-toolkit==1.7.1
django-object-actions==4.3.0
django-redis==5.4.0
django-s3-file-field==1.0.1
django-storages==1.14.4
django-stubs-ext==5.1.0
django-stubs-ext==5.1.1
django-widget-tweaks==1.5.0
djangorestframework==3.15.2
dnspython==2.7.0
Events==0.5
executing==2.1.0
GDAL==3.10.0
google-analytics-data==0.18.12
google-api-core==2.21.0
google-auth==2.35.0
googleapis-common-protos==1.65.0
grpcio==1.67.0
grpcio-status==1.67.0
GDAL==3.11.0
google-analytics-data==0.18.15
google-api-core==2.23.0
google-auth==2.36.0
googleapis-common-protos==1.66.0
grpcio==1.68.0
grpcio-status==1.68.0
gunicorn==23.0.0
hashids==1.3.1
hiredis==3.0.0
httplib2==0.22.0
idna==3.10
isic-metadata==4.0.0
isic-metadata==4.1.0
jaro-winkler==2.0.3
jmespath==1.0.1
jwcrypto==1.5.6
kombu==5.4.2
Markdown==3.7
markdown-it-py==3.0.0
mdurl==0.1.2
numpy==2.1.2
numpy==2.1.3
oauth2client==4.1.3
oauthlib==3.2.2
opensearch-py==2.7.1
orderly-set==5.2.2
packaging==24.1
packaging==24.2
pandas==2.2.3
pillow==11.0.0
prompt_toolkit==3.0.48
proto-plus==1.24.0
protobuf==5.28.2
proto-plus==1.25.0
protobuf==5.28.3
psycopg==3.2.3
pure_eval==0.2.3
pyasn1==0.6.1
pyasn1_modules==0.4.1
pycountry==24.6.1
pycparser==2.22
pydantic==2.9.2
pydantic_core==2.23.4
pydantic==2.10.1
pydantic_core==2.27.1
Pygments==2.18.0
pymongo==4.10.1
pyparsing==3.2.0
python-dateutil==2.9.0.post0
python-magic==0.4.27
pytz==2024.2
redis==5.1.1
redis==5.2.0
requests==2.32.3
rich==13.9.2
rich==13.9.4
rsa==4.9
s3transfer==0.10.3
sentry-sdk==2.17.0
s3transfer==0.10.4
sentry-sdk==2.19.0
six==1.16.0
sqlparse==0.5.1
sqlparse==0.5.2
tenacity==9.0.0
tinycss2==1.4.0
typing_extensions==4.12.2
tzdata==2024.2
urllib3==2.2.3
vine==5.1.0
wcwidth==0.2.13
whitenoise==6.7.0
webencodings==0.5.1
whitenoise==6.8.2
zipfile-deflate64==0.2.0

0 comments on commit 6d1183d

Please sign in to comment.