mirror of
https://github.com/aljazceru/CTFd.git
synced 2026-02-07 07:14:30 +01:00
* Updating to use dataset and datafreeze
* Use a new datafreeze serializer to get around Python 3 issues.
* Update requirements.txt
* Add simple test for export_ctf()
20 lines
334 B
Plaintext
20 lines
334 B
Plaintext
Flask==0.12.2
|
|
Flask-SQLAlchemy==2.3.1
|
|
Flask-Session==0.3.1
|
|
Flask-Caching==1.3.3
|
|
Flask-Migrate==2.1.1
|
|
SQLAlchemy==1.1.14
|
|
SQLAlchemy-Utils>=0.32.17
|
|
passlib==1.7.1
|
|
bcrypt==3.1.3
|
|
six==1.11.0
|
|
itsdangerous==0.24
|
|
requests==2.18.1
|
|
PyMySQL==0.7.11
|
|
gunicorn==19.7.1
|
|
dataset==1.0.2
|
|
mistune==0.7.4
|
|
netaddr==0.7.19
|
|
redis==2.10.6
|
|
datafreeze==0.1.0
|