mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-18 14:34:21 +01:00
* Switching to using strings to store IP addresses because of the issues with storing them properly, Fixes #302, Fixes $306 * Only runs migrations when using a real database because SQlite is too inflexible to support migrations properly * Removes calls to the ip helper functions but they can remain in case someone needs them in a plugin.
18 lines
300 B
Plaintext
18 lines
300 B
Plaintext
Flask==0.12.2
|
|
Flask-SQLAlchemy==2.2
|
|
Flask-Session==0.3.1
|
|
Flask-Caching==1.2.0
|
|
Flask-Migrate==2.0.4
|
|
SQLAlchemy==1.1.11
|
|
SQLAlchemy-Utils==0.32.14
|
|
passlib==1.7.1
|
|
bcrypt==3.1.3
|
|
six==1.10.0
|
|
itsdangerous==0.24
|
|
requests==2.18.1
|
|
PyMySQL==0.7.11
|
|
gunicorn==19.7.0
|
|
dataset==0.8.0
|
|
mistune==0.7.4
|
|
netaddr==0.7.19
|