Skip to content

Commit

Permalink
Update Pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
greyli committed Jun 12, 2018
1 parent 68ea252 commit 6dfbdaf
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 107 deletions.
5 changes: 2 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[[source]]
url = "https://pypi.python.org/simple"
url = "https://mirrors.aliyun.com/pypi/simple"
verify_ssl = true
name = "pypi"

Expand All @@ -8,11 +8,9 @@ watchdog = "*"

[packages]
python-dotenv = "*"
flask-ckeditor = "*"
flask-sqlalchemy = "*"
flask-mail = "*"
sendgrid = "*"
gevent = "*"
flask-migrate = "*"
flask-caching = "*"
flask-assets = "*"
Expand All @@ -25,3 +23,4 @@ waitress = "*"
redis = "*"
flask-dropzone = "*"
flask-wtf = "*"
flask-ckeditor = "*"
127 changes: 23 additions & 104 deletions Pipfile.lock

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

0 comments on commit 6dfbdaf

Please sign in to comment.