-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #285 from ropable/master
Migrate from MapProxy to use WMTS, additional exception handling for Tracplus devices, remove ResourceView model
- Loading branch information
Showing
12 changed files
with
362 additions
and
243 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "resource_tracking" | ||
version = "1.4.13" | ||
version = "1.4.14" | ||
description = "DBCA internal corporate application to download and serve data from remote tracking devices." | ||
authors = ["DBCA OIM <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
@@ -13,17 +13,17 @@ psycopg = {version = "3.2.1", extras = ["binary", "pool"]} | |
dbca-utils = "2.0.2" | ||
python-dotenv = "1.0.1" | ||
dj-database-url = "2.2.0" | ||
gunicorn = "22.0.0" | ||
gunicorn = "23.0.0" | ||
django-extensions = "3.2.3" | ||
django-tastypie = "0.14.7" | ||
django-geojson = "4.1.0" | ||
unicodecsv = "0.14.1" | ||
whitenoise = {version = "6.7.0", extras = ["brotli"]} | ||
azure-storage-blob = "12.22.0" | ||
sentry-sdk = {version = "2.12.0", extras = ["django"]} | ||
sentry-sdk = {version = "2.13.0", extras = ["django"]} | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
ipython = "^8.26.0" | ||
ipython = "^8.27.0" | ||
ipdb = "^0.13.13" | ||
pre-commit = "^3.8.0" | ||
mixer = "^7.2.2" | ||
|
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
Oops, something went wrong.