This commit is contained in:
Aevann1 2022-01-12 07:31:01 +02:00
parent 88e005b150
commit 76cca38e2c
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ from functools import partial
from .get import * from .get import *
from os import path, environ from os import path, environ
import re import re
from mistletoe import markdown from markdown import markdown
from json import loads, dump from json import loads, dump
site = environ.get("DOMAIN").strip() site = environ.get("DOMAIN").strip()

View file

@ -8,7 +8,7 @@ Flask-Mail==0.9.1
gevent gevent
greenlet greenlet
gunicorn gunicorn
mistletoe markdown
matplotlib matplotlib
Pillow Pillow
psutil psutil