Replace flask_restful with flask_restx (#1282)

Co-authored-by: Kevin Chung <kchung@ctfd.io>
This commit is contained in:
‏‏Dave
2020-04-14 19:26:50 +00:00
committed by GitHub
parent 05e5730c54
commit 6f87129846
22 changed files with 22 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
from flask import request
from flask_restplus import Namespace, Resource
from flask_restx import Namespace, Resource
from CTFd.cache import clear_standings
from CTFd.utils.config import is_teams_mode