deprecated_json #27

Merged
odecif merged 2 commits from deprecated_json into master 2023-09-19 01:07:10 +02:00
3 changed files with 5 additions and 1 deletions
Showing only changes of commit 210956523c - Show all commits

1
api/requirements.txt Normal file
View File

@ -0,0 +1 @@
flask==2.2.5

View File

@ -1,6 +1,7 @@
from datetime import date
from flask import render_template, Flask, request
from flask.json import JSONEncoder
#from flask.json import JSONEncoder
from json import JSONEncoder
import modules.init
import os
import inspect

2
site/requirements.txt Normal file
View File

@ -0,0 +1,2 @@
flask==2.2.5
requests==2.28.2