From 93f9b8462570cfed73486ee2771b280cb3d5146c Mon Sep 17 00:00:00 2001 From: David Trattnig <david.trattnig@o94.at> Date: Fri, 19 Jun 2020 12:56:00 +0200 Subject: [PATCH] Update requirements. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0a001d..92c5cc6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ is an example of building a swagger-enabled Flask server. This example uses the [Connexion](https://github.com/zalando/connexion) library on top of Flask. ## Requirements -Python 2.7+ +Python 3.7+ ## Usage To run the server, please execute the following from the root directory: -- GitLab