Skip to content

Commit

Permalink
bump version of python and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kruegercharles committed Mar 28, 2024
1 parent 784c10e commit d25e48e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9
FROM python:3.11

ENV PYTHONDONTWRITEBYTECODE=1
ENV PYTHONUNBUFFERED=1
Expand Down
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,18 @@ docker-compose up

## REST Endpoints


<br>
<br>
<br>
<br>
<br>
**TODO: Die ganzen Beispiel-Nachrichten auf POIs anpassen**
<br>
<br>
<br>
<br>
<br>



#### POST /poi/post/
Expand Down
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ description = "A microservice to obtain Points of Interest (POI)."
authors = ["Charles Krüger <charles.krueger@mailbox.tu-dresden.de>"]

[tool.poetry.dependencies]
python = "3.9.19"
Django = "^4.0.5"
psycopg2 = "^2.9.3"
gunicorn = "^20.1.0"
scipy = "^1.11.0"
numpy = "^1.25.0"
shapely = "^2.0.1"
python = "3.11.8"
Django = "^5.0.3"
psycopg2 = "^2.9.9"
gunicorn = "^21.2.0"
scipy = "^1.12.0"
numpy = "^1.26.4"
shapely = "^2.0.3"

[tool.poetry.dev-dependencies]

Expand Down

0 comments on commit d25e48e

Please sign in to comment.