Skip to content

Commit

Permalink
添加文件
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoe committed Dec 17, 2018
1 parent 4b2b4a8 commit 3af8bdf
Show file tree
Hide file tree
Showing 3 changed files with 173 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fisher/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.idea
app/**/__pycache__
16 changes: 16 additions & 0 deletions fisher/Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]

[packages]
flask = "*"
requests = "*"
wtforms = "*"
flask-sqlalchemy = "*"
cymysql = "*"

[requires]
python_version = "3.6"
155 changes: 155 additions & 0 deletions fisher/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3af8bdf

Please sign in to comment.