initial commit
This commit is contained in:
commit
a528892ac8
46 changed files with 2152 additions and 0 deletions
21
Pipfile
Normal file
21
Pipfile
Normal file
|
@ -0,0 +1,21 @@
|
|||
[[source]]
|
||||
|
||||
url = "https://pypi.python.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
|
||||
[packages]
|
||||
|
||||
flask = "*"
|
||||
peewee = "*"
|
||||
flask-uploads = "*"
|
||||
flask-login = "*"
|
||||
flask-wtf = "*"
|
||||
markdown = "*"
|
||||
nodeenv = "*"
|
||||
webassets = {git = "https://github.com/miracle2k/webassets.git", ref = "master"}
|
||||
flask-assets = "*"
|
||||
|
||||
|
||||
[dev-packages]
|
Reference in a new issue