mirror of
https://github.com/aljazceru/CTFd.git
synced 2026-02-19 21:24:25 +01:00
* Remove Python 2 specific code * Require imports to have a proper isort-supported order * Only test/lint on Python 3 * Bump most dependencies to latest supported version
25 lines
448 B
Plaintext
25 lines
448 B
Plaintext
Flask==1.1.2
|
|
Werkzeug==1.0.1
|
|
Flask-SQLAlchemy==2.4.3
|
|
Flask-Caching==1.8.0
|
|
Flask-Migrate==2.5.3
|
|
Flask-Script==2.0.6
|
|
SQLAlchemy==1.3.17
|
|
SQLAlchemy-Utils==0.36.6
|
|
passlib==1.7.2
|
|
bcrypt==3.1.7
|
|
itsdangerous==1.1.0
|
|
requests==2.23.0
|
|
PyMySQL==0.9.3
|
|
gunicorn==20.0.4
|
|
dataset==1.3.1
|
|
cmarkgfm==0.4.2
|
|
redis==3.5.2
|
|
gevent==20.5.2
|
|
python-dotenv==0.13.0
|
|
flask-restx==0.2.0
|
|
flask-marshmallow==0.10.1
|
|
marshmallow-sqlalchemy==0.17.0
|
|
boto3==1.13.9
|
|
marshmallow==2.20.2
|