gracedb-2.22.0
parent
81847bbf
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 4 additions, 6 deletions.gitlab-ci.yml
- Dockerfile 13 additions, 13 deletionsDockerfile
- config/settings/base.py 1 addition, 1 deletionconfig/settings/base.py
- docker/cleanup 5 additions, 6 deletionsdocker/cleanup
- gracedb/ligoauth/management/commands/update_user_accounts_from_ligo_ldap.py 2 additions, 8 deletions...anagement/commands/update_user_accounts_from_ligo_ldap.py
- requirements.txt 30 additions, 30 deletionsrequirements.txt
adc-streaming==2.3.1 | ||
aws-xray-sdk==2.11.0 | ||
ConcurrentLogHandler==0.9.1 | ||
cryptography==40.0.1 | ||
Django==3.2.18 | ||
django-computedfields==0.2.1 | ||
django-debug-toolbar==3.2.2 | ||
django-extensions==3.2.1 | ||
cryptography==41.0.3 | ||
Django==3.2.20 | ||
django-computedfields==0.2.3 | ||
django-debug-toolbar==4.1.0 | ||
django-extensions==3.2.3 | ||
django-guardian==2.4.0 | ||
django-model-utils==4.2.0 | ||
django-postgres-vacuum==2020.12.24 | ||
... | ... | @@ -15,10 +15,10 @@ django-twilio==0.13.2 |
django-user-sessions==2.0.0 | ||
djangorestframework==3.12.2 | ||
djangorestframework-guardian==0.3.0 | ||
dnspython==1.15.0 | ||
flake8==3.8.0 | ||
gpstime==0.5.5 | ||
gssapi==1.6.14 | ||
dnspython==2.4.1 | ||
flake8==3.9.2 | ||
gpstime==0.6.2 | ||
gssapi==1.8.2 | ||
#gunicorn==20.1.0 | ||
# Run the fixed version of gunicorn until a release comes out: | ||
# https://github.com/benoitc/gunicorn/issues/2917 | ||
... | ... | @@ -26,39 +26,39 @@ git+https://github.com/benoitc/gunicorn.git@a423fca8e5bf78f64ee10e0e754b7b65eabc |
hop-client==0.8.0 | ||
html5lib==1.1.0 | ||
igwn-alert-overseer==0.6.0 | ||
ipdb==0.13.6 | ||
ipython==7.21.0 | ||
ipdb==0.13.13 | ||
ipython==8.14.0 | ||
#jwt==1.3.1 | ||
Jinja2==3.0.1 | ||
Jinja2==3.1.2 | ||
lalsuite==6.82 | ||
python-ligo-lw==1.8.3 | ||
lxml==4.6.0 | ||
lxml==4.9.3 | ||
matplotlib==3.3.4 | ||
mock==2.0.0 | ||
numpy==1.20.0 | ||
packaging==17.1 | ||
phonenumbers==8.13.16 | ||
plotly==4.14.3 | ||
psycopg2==2.8.6 | ||
PyJWT==2.3.0 | ||
python-ldap==3.3.1 | ||
numpy==1.25.2 | ||
packaging==23.1 | ||
phonenumbers==8.13.18 | ||
plotly==5.15.0 | ||
psycopg2==2.9.6 | ||
PyJWT==2.8.0 | ||
python-ldap==3.4.3 | ||
pymemcache==4.0.0 | ||
#pyopenssl==23.0.0 | ||
scipy==1.6.1 | ||
scitokens==1.6.2 | ||
scipy==1.11.1 | ||
scitokens==1.7.4 | ||
sentry-sdk==0.7.10 | ||
service_identity==21.1.0 | ||
simplejson==3.15.0 | ||
service_identity==23.1.0 | ||
simplejson==3.19.1 | ||
six==1.16.0 | ||
Sphinx==2.1.0 | ||
sphinx-rtd-theme | ||
Sphinx==6.2.1 | ||
sphinx-rtd-theme==1.2.2 | ||
twilio==6.10.3 | ||
voevent-parse==1.0.3 | ||
pyparsing==3.0.9 | ||
pytest==6.2.2 | ||
pytest-cov==2.11.1 | ||
pytest-django==4.1.0 | ||
pytz==2021.1 | ||
pytest==7.4.0 | ||
pytest-cov==4.1.0 | ||
pytest-django==4.5.2 | ||
pytz==2023.3 | ||
pyasn1==0.4.8 | ||
pyasn1-modules==0.2.8 | ||
# retry bandaid for efs errors: | ||
... | ... |
Please register or sign in to comment