Site update and added Feedback page

This commit is contained in:
ookangzheng
2019-08-17 04:34:20 +08:00
parent 5a82df9fee
commit c33427401c
11 changed files with 450 additions and 0 deletions

15
website/feedback/Pipfile Executable file
View File

@@ -0,0 +1,15 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pylint = "*"
autopep8 = "*"
[packages]
flask = "*"
gunicorn = "*"
[requires]
python_version = "3.7"