Skip to content

Commit

Permalink
Merge pull request #65 from Amsterdam/chore/update-requirements
Browse files Browse the repository at this point in the history
chore!: Updated the requirements
  • Loading branch information
vanbuiten authored Jul 2, 2024
2 parents aa951c6 + 48f20ae commit 94cd6ff
Show file tree
Hide file tree
Showing 6 changed files with 195 additions and 128 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ RUN set -eux; \
apt-get install -y \
build-essential \
gdal-bin \
postgresql-client-11 \
build-essential \
libpq-dev \
gettext \
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
command: /run.sh

postgis:
image: postgis/postgis:11-3.3
image: postgis/postgis:12-3.2-alpine
ports:
- "54321:5432"
environment:
Expand Down
6 changes: 3 additions & 3 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Celery
coreapi
Django>=4.1,<4.2
Django>=4.1,<4.3
django-celery-beat
django-celery-results
django-cors-headers
django-extensions
django-filter
django-simple-history
djangorestframework
djangorestframework<3.16
drf-yasg
flower
gunicorn
Expand All @@ -19,7 +19,7 @@ opencensus-ext-django
opencensus-ext-logging
opencensus-ext-postgresql
opencensus-ext-requests
psycopg2
psycopg2-binary
python-keycloak
urllib3<2.0.0
uvicorn
Expand Down
90 changes: 55 additions & 35 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,35 @@
#
amqp==5.2.0
# via kombu
anyio==4.4.0
# via httpx
asgiref==3.8.1
# via
# django
# django-cors-headers
# django-simple-history
azure-core==1.30.1
async-property==0.2.2
# via python-keycloak
azure-core==1.30.2
# via
# azure-identity
# opencensus-ext-azure
azure-identity==1.16.1
azure-identity==1.17.1
# via opencensus-ext-azure
billiard==4.2.0
# via celery
cachetools==5.3.3
# via google-auth
celery==5.3.6
celery==5.4.0
# via
# -r requirements.in
# django-celery-beat
# django-celery-results
# flower
certifi==2024.2.2
# via requests
certifi==2024.6.2
# via
# httpcore
# httpx
# requests
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
Expand All @@ -52,22 +58,23 @@ coreschema==0.0.4
# via coreapi
cron-descriptor==1.4.3
# via django-celery-beat
cryptography==42.0.5
cryptography==42.0.8
# via
# azure-identity
# jwcrypto
# msal
# pyjwt
deprecation==2.1.0
# via python-keycloak
django==4.1.13
django==4.2.13
# via
# -r requirements.in
# django-celery-beat
# django-celery-results
# django-cors-headers
# django-extensions
# django-filter
# django-simple-history
# django-timezone-field
# djangorestframework
# drf-yasg
Expand All @@ -76,38 +83,47 @@ django-celery-beat==2.6.0
# via -r requirements.in
django-celery-results==2.5.1
# via -r requirements.in
django-cors-headers==4.3.1
django-cors-headers==4.4.0
# via -r requirements.in
django-extensions==3.2.3
# via -r requirements.in
django-filter==23.5
django-filter==24.2
# via -r requirements.in
django-simple-history==3.5.0
django-simple-history==3.7.0
# via -r requirements.in
django-timezone-field==6.1.0
# via django-celery-beat
djangorestframework==3.15.1
djangorestframework==3.15.2
# via
# -r requirements.in
# drf-yasg
drf-yasg==1.21.7
# via -r requirements.in
flower==2.0.1
# via -r requirements.in
google-api-core==2.18.0
google-api-core==2.19.1
# via opencensus
google-auth==2.29.0
google-auth==2.30.0
# via google-api-core
googleapis-common-protos==1.63.0
googleapis-common-protos==1.63.2
# via google-api-core
gunicorn==22.0.0
# via -r requirements.in
h11==0.14.0
# via uvicorn
# via
# httpcore
# uvicorn
httpcore==1.0.5
# via httpx
httpx==0.27.0
# via python-keycloak
humanize==4.9.0
# via flower
idna==3.7
# via requests
# via
# anyio
# httpx
# requests
inflection==0.5.1
# via drf-yasg
itypes==1.2.0
Expand All @@ -120,11 +136,11 @@ kombu==5.3.7
# via celery
markupsafe==2.1.5
# via jinja2
msal==1.28.0
msal==1.29.0
# via
# azure-identity
# msal-extensions
msal-extensions==1.1.0
msal-extensions==1.2.0
# via azure-identity
opencensus==0.11.4
# via
Expand All @@ -148,31 +164,30 @@ opencensus-ext-postgresql==0.1.3
# via -r requirements.in
opencensus-ext-requests==0.8.0
# via -r requirements.in
packaging==24.0
packaging==24.1
# via
# deprecation
# drf-yasg
# gunicorn
# msal-extensions
portalocker==2.8.2
portalocker==2.10.0
# via msal-extensions
prometheus-client==0.20.0
# via flower
prompt-toolkit==3.0.43
prompt-toolkit==3.0.47
# via click-repl
proto-plus==1.23.0
proto-plus==1.24.0
# via google-api-core
protobuf==4.25.3
protobuf==5.27.2
# via
# google-api-core
# googleapis-common-protos
# proto-plus
psutil==5.9.8
psutil==6.0.0
# via opencensus-ext-azure
psycopg2==2.9.9
# via -r requirements.in
psycopg2-binary==2.9.9
# via opencensus-ext-postgresql
# via
# -r requirements.in
# opencensus-ext-postgresql
pyasn1==0.6.0
# via
# pyasn1-modules
Expand All @@ -185,21 +200,21 @@ pyjwt[crypto]==2.8.0
# via
# msal
# pyjwt
python-crontab==3.0.0
python-crontab==3.1.0
# via django-celery-beat
python-dateutil==2.9.0.post0
# via
# celery
# python-crontab
python-keycloak==3.12.0
python-keycloak==4.2.0
# via -r requirements.in
pytz==2024.1
# via
# drf-yasg
# flower
pyyaml==6.0.1
# via drf-yasg
requests==2.32.0
requests==2.32.3
# via
# -r requirements.in
# azure-core
Expand All @@ -219,13 +234,18 @@ six==1.16.0
# azure-core
# opencensus
# python-dateutil
sniffio==1.3.1
# via
# anyio
# httpx
sqlparse==0.5.0
# via django
tornado==6.4.1
# via flower
typing-extensions==4.11.0
typing-extensions==4.12.2
# via
# azure-core
# azure-identity
# jwcrypto
tzdata==2024.1
# via
Expand All @@ -239,7 +259,7 @@ urllib3==1.26.19
# via
# -r requirements.in
# requests
uvicorn==0.29.0
uvicorn==0.30.1
# via -r requirements.in
vine==5.1.0
# via
Expand All @@ -248,7 +268,7 @@ vine==5.1.0
# kombu
wcwidth==0.2.13
# via prompt-toolkit
whitenoise==6.6.0
whitenoise==6.7.0
# via -r requirements.in
wrapt==1.16.0
# via opencensus-ext-requests
Loading

0 comments on commit 94cd6ff

Please sign in to comment.