From 4b069c618af1810420cf130c922be208583c6fb5 Mon Sep 17 00:00:00 2001 From: Kristoffer Andersson Date: Tue, 29 Jan 2019 11:19:53 +0100 Subject: [PATCH 1/2] update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 79c177f..5d8f345 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,9 @@ For easy testing, use [Docker](https://docs.docker.com/engine/installation/) to * Test it by running `curl localhost:8081/app/test` -If you want to use Karp without Docker, keep on reading. +**If you want to use Karp without Docker, keep on reading.** + + Prerequisites ============= From 38639e1968ada5bba373e0520a0729430db91971 Mon Sep 17 00:00:00 2001 From: Kristoffer Andersson <6058164+kod-kristoff@users.noreply.github.com> Date: Tue, 5 Feb 2019 11:48:42 +0100 Subject: [PATCH 2/2] Delete pyproject.toml --- pyproject.toml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml deleted file mode 100644 index cf6b3f2..0000000 --- a/pyproject.toml +++ /dev/null @@ -1,24 +0,0 @@ -[tool.poetry] -name = "karp-backend" -version = "5.5.2" -description = "" -authors = ["Språkbanken "] -license = "MIT" -packages = [ - { include = "karp_backend", from = "src" }, -] - -[tool.poetry.dependencies] -python = "^2.7.10" -elasticsearch = "^6.1.1" -elasticsearch-dsl = "^6.0.0" -flask = "^0.12" -flask-sqlalchemy = "*" -gevent = "1.2.2" - -[tool.poetry.dev-dependencies] -pytest = "*" - -[build-system] -requires = ["poetry>=0.12"] -build-backend = "poetry.masonry.api"