-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add habituation procedure to init fixtures * Tag filter in dataset admin page * Exclude non-personal, non-globus endpoints from local file record delete * mpciROIs.uuids dataset type fixture --------- Co-authored-by: olivier <[email protected]> Co-authored-by: github-actions <[email protected]>
- Loading branch information
1 parent
317dde7
commit c704a9b
Showing
5 changed files
with
68 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,81 +1,81 @@ | ||
asgiref==3.7.2 | ||
backports.zoneinfo==0.2.1 | ||
boto3==1.28.37 | ||
botocore==1.31.37 | ||
boto3==1.28.63 | ||
botocore==1.31.63 | ||
certifi==2023.7.22 | ||
cffi==1.15.1 | ||
charset-normalizer==3.2.0 | ||
cffi==1.16.0 | ||
charset-normalizer==3.3.0 | ||
click==8.1.7 | ||
colorlog==6.7.0 | ||
contourpy==1.1.0 | ||
contourpy==1.1.1 | ||
coreapi==2.3.3 | ||
coreschema==0.0.4 | ||
coverage==6.5.0 | ||
coveralls==3.3.1 | ||
cryptography==41.0.3 | ||
cycler==0.11.0 | ||
Django==4.2.4 | ||
cryptography==41.0.4 | ||
cycler==0.12.1 | ||
Django==4.2.6 | ||
django-admin-list-filter-dropdown==1.0.3 | ||
django-admin-rangefilter==0.11.0 | ||
django-admin-rangefilter==0.11.2 | ||
django-autocomplete-light==3.9.7 | ||
django-cleanup==8.0.0 | ||
django-filter==21.1 | ||
django-ipware==5.0.0 | ||
django-ipware==5.0.1 | ||
django-js-asset==2.1.0 | ||
django-mptt==0.14.0 | ||
django-polymorphic==3.1.0 | ||
django-reversion==5.0.4 | ||
django-storages==1.13.2 | ||
django-structlog==5.3.0 | ||
django-reversion==5.0.6 | ||
django-storages==1.14.2 | ||
django-structlog==6.0.0 | ||
django-test-without-migrations==0.6 | ||
djangorestframework==3.14.0 | ||
docopt==0.6.2 | ||
docutils==0.20.1 | ||
drfdocs==0.0.11 | ||
flake8==6.1.0 | ||
fonttools==4.42.1 | ||
globus-cli==3.17.0 | ||
globus-sdk==3.27.0 | ||
iblutil==1.7.0 | ||
fonttools==4.43.1 | ||
globus-cli==3.18.0 | ||
globus-sdk==3.28.0 | ||
iblutil==1.7.1 | ||
idna==3.4 | ||
importlib-metadata==6.8.0 | ||
importlib-resources==6.0.1 | ||
importlib-resources==6.1.0 | ||
itypes==1.2.0 | ||
Jinja2==3.1.2 | ||
jmespath==1.0.1 | ||
kiwisolver==1.4.5 | ||
llvmlite==0.40.1 | ||
llvmlite==0.41.0 | ||
lxml==4.9.3 | ||
Markdown==3.4.4 | ||
Markdown==3.5 | ||
MarkupSafe==2.1.3 | ||
matplotlib==3.7.2 | ||
matplotlib==3.7.3 | ||
mccabe==0.7.0 | ||
numba==0.57.1 | ||
numba==0.58.0 | ||
numpy==1.24.4 | ||
ONE-api==2.2.2 | ||
packaging==23.1 | ||
ONE-api==2.3.0 | ||
packaging==23.2 | ||
pandas==2.0.3 | ||
Pillow==10.0.0 | ||
psycopg2-binary==2.9.7 | ||
Pillow==10.1.0 | ||
psycopg2-binary==2.9.9 | ||
pyarrow==13.0.0 | ||
pycodestyle==2.11.0 | ||
pycodestyle==2.11.1 | ||
pycparser==2.21 | ||
pyflakes==3.1.0 | ||
PyJWT==2.8.0 | ||
pyparsing==3.0.9 | ||
pyparsing==3.1.1 | ||
python-dateutil==2.8.2 | ||
python-magic==0.4.27 | ||
pytz==2023.3 | ||
pytz==2023.3.post1 | ||
PyYAML==6.0.1 | ||
requests==2.31.0 | ||
s3transfer==0.6.2 | ||
s3transfer==0.7.0 | ||
six==1.16.0 | ||
sqlparse==0.4.4 | ||
structlog==23.1.0 | ||
structlog==23.2.0 | ||
tqdm==4.66.1 | ||
typing_extensions==4.7.1 | ||
typing_extensions==4.8.0 | ||
tzdata==2023.3 | ||
uritemplate==4.1.1 | ||
urllib3==1.26.16 | ||
urllib3==1.26.17 | ||
webdavclient3==3.14.6 | ||
zipp==3.16.2 | ||
zipp==3.17.0 |