bb4
This commit is contained in:
parent
88e005b150
commit
76cca38e2c
2 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||||
|
|
|
@ -8,7 +8,7 @@ Flask-Mail==0.9.1
|
||||||
gevent
|
gevent
|
||||||
greenlet
|
greenlet
|
||||||
gunicorn
|
gunicorn
|
||||||
mistletoe
|
markdown
|
||||||
matplotlib
|
matplotlib
|
||||||
Pillow
|
Pillow
|
||||||
psutil
|
psutil
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue