init project

This commit is contained in:
alphardex
2019-01-16 22:45:05 +08:00
commit d9f4136fa4
32 changed files with 1044 additions and 0 deletions

26
Pipfile Normal file
View File

@@ -0,0 +1,26 @@
[[source]]
url = "https://pypi.doubanio.com/simple"
verify_ssl = true
name = "pypi"
[packages]
bootstrap-flask = "*"
flask-debugtoolbar = "*"
flask-moment = "*"
Flask = "*"
python-dotenv = "*"
"psycopg2" = "*"
gunicorn = "*"
requests = "*"
parsel = "*"
[dev-packages]
coverage = "*"
pdir2 = "*"
ptpython = "*"
yapf = "*"
pylint = "*"
[scripts]
test = "python -m unittest discover"
coverage = "coverage run -m unittest discover"