Addded ctf platform Flask app with basic auth functions register, login, logout Added ctf platform database design (MySQL Workbench) Added forward engineered SQL file Added wsgi startup script Installed various python dependencies README.md Updated .gitignore Updated
21 lines
315 B
Plaintext
21 lines
315 B
Plaintext
asn1crypto==0.24.0
|
|
certifi==2018.4.16
|
|
cffi==1.11.5
|
|
chardet==3.0.4
|
|
click==6.7
|
|
cryptography==2.2.2
|
|
Flask==1.0.2
|
|
Flask-MySQL==1.4.0
|
|
gunicorn==19.9.0
|
|
idna==2.7
|
|
itsdangerous==0.24
|
|
Jinja2==2.10
|
|
MarkupSafe==1.0
|
|
mysqlclient==1.3.13
|
|
pycparser==2.18
|
|
PyMySQL==0.9.2
|
|
requests==2.19.1
|
|
six==1.11.0
|
|
urllib3==1.23
|
|
Werkzeug==0.14.1
|