change required python version

pull/1/head
alufers 3 years ago
parent 42c42a9989
commit 13bc9814de

@ -0,0 +1,12 @@
openapi: 3.0.0
info:
title: flows/flows_lisek_order Mitmproxy2Swagger
version: 1.0.0
servers:
- url: https://api.lisek.app
description: The default server
paths: {}
x-path-templates:
# Remove the ignore: prefix to generate an endpoint with its URL
# Lines that are closer to the top take precedence, the matching is greedy
[]

@ -1,11 +1,11 @@
[tool.poetry]
name = "mitmproxy2swagger"
version = "0.3.0"
version = "0.4.0"
description = ""
authors = ["alufers <alufers@wp.pl>"]
[tool.poetry.dependencies]
python = "^3.10"
python = "^3.5"
mitmproxy = "^8.0.0"
"ruamel.yaml" = "^0.17.21"

Loading…
Cancel
Save