From c60391c51aea1513b7c1c00872bd21326cdecf57 Mon Sep 17 00:00:00 2001 From: offends Date: Tue, 2 May 2023 01:48:55 +0800 Subject: [PATCH] update version --- app.py | 1 + requirements.txt | 2 +- runtime.txt | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app.py b/app.py index fa6cd09..0065a9e 100644 --- a/app.py +++ b/app.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- from flask import Flask, render_template, Response, request import requests import json diff --git a/requirements.txt b/requirements.txt index 02fbf69..989c9ab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ Flask==1.0.2 gunicorn==19.9.0 Jinja2==2.10 Click==7.0 -MarkupSafe==1.1.0 +MarkupSafe==1.1.1 Werkzeug==0.14.1 itsdangerous==1.1.0 wheel==0.32.3 diff --git a/runtime.txt b/runtime.txt index 1935e97..6aaad49 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.6.6 +python-3.6.15 -- Gitee