Commit graph

65 commits

Author SHA1 Message Date
Jenny Danzmayr
5cb6f87445 added prometheus metrics exporter 2024-03-29 23:39:13 +01:00
Jenny Danzmayr
fb6b04723a fixed duplicated in requirements 2024-03-28 19:44:37 +01:00
Jenny Danzmayr
15b1150c5e updated starlette, uvicorn, added daphne 2024-03-28 19:41:03 +01:00
dependabot[bot]
61b6bc110b
Bump django from 5.0.2 to 5.0.3 in /src/requirements
Bumps [django](https://github.com/django/django) from 5.0.2 to 5.0.3.
- [Commits](https://github.com/django/django/compare/5.0.2...5.0.3)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 20:47:44 +00:00
Laura Klünder
0fd789173a change all of the MeshMessages c-models from dataclasses to pydantic 2024-03-09 17:19:08 +01:00
renovate[bot]
9cb0c6cb7a
⬆️ Update shapely to v2.0.3 2024-02-28 20:31:18 +00:00
se4598
bd51116141
Merge pull request #159 from c3nav/renovate/matplotlib-3.x
⬆️ Update matplotlib to v3.8.3
2024-02-28 21:30:16 +01:00
renovate[bot]
07b2558309
⬆️ Update matplotlib to v3.8.3 2024-02-19 08:07:56 +00:00
renovate[bot]
c97b4a4288
⬆️ Update Django to v5.0.2 2024-02-06 18:04:38 +00:00
Laura Klünder
a3ed84b8e1 update dependencies (including django 5.0) 2024-01-14 23:52:49 +01:00
Jenny Danzmayr
fe248d42a1 zstd compression support for CachePackage 2023-12-07 06:19:28 +01:00
Laura Klünder
caf23d053c goodbye django rest framework 2023-12-03 21:50:55 +01:00
Laura Klünder
6eaf087f71 update some dependencies 2023-12-01 01:56:23 +01:00
renovate[bot]
0aaf31a028 ⬆️ Update sentry-sdk to v1.38.0 2023-11-29 19:37:47 +01:00
Jenny Danzmayr
7f066bdadf fixed hiredis package name 2023-11-29 01:09:09 +01:00
Jenny Danzmayr
1dcbddbba0 fixed channels_redis config and added missing dependency for it 2023-11-27 23:58:25 +01:00
Jenny Danzmayr
fa4492cd2c switched redis cache backend from django_redis to native django redis
also added hireds-py for better performance
2023-11-27 23:52:16 +01:00
Jenny Danzmayr
b6b6662301 updated python dependencies 2023-11-27 05:18:06 +01:00
Jenny Danzmayr
83a9f3ede5 replaced existing environment variable parsing in setting.py django-environ 2023-11-27 00:29:51 +01:00
Laura Klünder
b2aa76ba2d update django-ninja, including pydantic v2 and add provisional level api 2023-11-18 21:29:35 +01:00
Laura Klünder
f5c33724dc start adding new ninja-based OpenAPI-compatible API v2, starting with mesh 2023-11-11 03:01:15 +01:00
Laura Klünder
4c40597cd3 add daphne 2023-10-02 20:07:12 +02:00
Jenny Danzmayr
dd0e64816e added dockerfile for tileserver, updated tileserver dependencies 2023-07-14 05:50:29 +02:00
Jenny Danzmayr
d6909ebbd1 fixed asgi.py, added option to serve static files via starlette 2023-07-14 05:48:56 +02:00
Jenny Danzmayr
99ec96f9f1 switched psycopg2-binary to psycopg2 as use of the binary version is discouraged 2023-07-14 05:48:56 +02:00
Laura Klünder
786d490e27 update all dependencies so we have some fun new bugs to fix 2023-06-02 19:42:17 +02:00
Laura Klünder
8af6bca51c create mesh app and basic asgi websocket setup for communication 2022-04-04 01:13:48 +02:00
Laura Klünder
03437a3a40 update dependencies and upgrade code for django where needed/possible 2022-04-03 16:34:11 +02:00
dependabot[bot]
2eac7826f0
Bump django from 2.2.8 to 2.2.13 in /src/requirements (#64)
Bumps [django](https://github.com/django/django) from 2.2.8 to 2.2.13.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.2.8...2.2.13)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-05 23:30:59 +02:00
Laura Klünder
6f8f725acc update dependencies 2019-12-09 22:09:57 +01:00
Laura Klünder
6c390d0104 update Pillow 2019-11-26 16:16:13 +01:00
Laura Klünder
ff2944fee9 psycopg2 -> psycopg2-binary 2018-12-25 23:30:03 +01:00
Jenny Danzmayr
eca9905ace added support for sentry.io 2018-12-19 14:55:44 +01:00
Laura Klünder
ce7037676c back to normal meshpy installation 2018-12-16 04:20:13 +01:00
Laura Klünder
10758158af Revert "downgrade to django 1.9 because of https://code.djangoproject.com/ticket/29182" – it's too late anyway
This reverts commit 325cc0bd6f.
2018-12-08 04:19:22 +01:00
Laura Klünder
325cc0bd6f downgrade to django 1.9 because of https://code.djangoproject.com/ticket/29182 2018-12-08 04:14:41 +01:00
Laura Klünder
4887a387fc update django request framework 2018-11-22 17:34:14 +01:00
Laura Klünder
417fd9514e don't use newest version of flake8/pycodestyle because they introduced a bug 2018-11-16 00:51:51 +01:00
Laura Klünder
c5fc590c2a update to python3.7, update dependencies and fix obvious update issues 2018-09-16 20:19:13 +02:00
Laura Klünder
4f22dbc2e9 start using SASS and migrate milligram to sass 2017-12-18 20:04:12 +01:00
Laura Klünder
11678251bf merge requirements/production-extra.txt 2017-11-21 01:49:10 +01:00
Laura Klünder
4a0de2a13d add MeshPy dependency 2017-11-09 17:36:29 +01:00
Laura Klünder
f9697271a3 remove trimesh dependency 2017-11-09 17:35:34 +01:00
Laura Klünder
1a0fc522cf something something triangles 2017-11-06 23:44:06 +01:00
Laura Klünder
f7486cdbaf add rtree Index with wrapper and fallback 2017-10-20 13:06:08 +02:00
Laura Klünder
29eb814413 fix pgi version 2017-10-17 15:26:12 +02:00
Laura Klünder
8a66b36ecc add support for svg rendering using rsvg/cairo python bindings 2017-10-17 13:33:47 +02:00
Laura Klünder
a3cd83a0e7 update python dependencies 2017-06-08 15:35:05 +02:00
Laura Klünder
590ec0a2d3 update to django 1.11 2017-06-08 15:24:35 +02:00
Laura Klünder
621cb8f32e add django-debug-toolbar 2017-05-29 16:00:03 +02:00