Switch to Python 3.12
parent
78ebea95
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 3 additions, 3 deletions.gitlab-ci.yml
- Dockerfile 2 additions, 2 deletionsDockerfile
- arkindex/documents/export/__init__.py 1 addition, 1 deletionarkindex/documents/export/__init__.py
- base/Dockerfile 1 addition, 1 deletionbase/Dockerfile
- base/requirements.txt 2 additions, 4 deletionsbase/requirements.txt
- requirements.txt 2 additions, 4 deletionsrequirements.txt
- setup.py 1 addition, 1 deletionsetup.py
# -r ./base/requirements.txt | ||
bleach==6.0.0 | ||
django-admin-hstore-widget==1.2.1 | ||
django-cors-headers==3.14.0 | ||
... | ... | @@ -8,13 +7,12 @@ django-enumfields2==3.0.2 |
django-pgtrigger==4.7.0 | ||
django-rq==2.10.1 | ||
djangorestframework==3.15.2 | ||
djangorestframework-simplejwt==5.2.2 | ||
djangorestframework-simplejwt==5.4.0 | ||
docker==7.0.0 | ||
drf-spectacular==0.27.2 | ||
psycopg[binary]==3.2.4 | ||
python-magic==0.4.27 | ||
python-memcached==1.59 | ||
PyYAML==6.0 | ||
requests==2.28.2 | ||
rq==1.16.0 | ||
sentry-sdk==2.7.1 | ||
... | ... | @@ -23,4 +21,4 @@ SolrClient==0.3.1 |
teklia-toolbox==0.1.3 | ||
tenacity==8.2.2 | ||
uritemplate==4.1.1 | ||
zstandard==0.20.0 | ||
zstandard==0.23.0 |
Please register or sign in to comment