Skip to content

Commit

Permalink
Re-add Pipfiles for backward compatibility
Browse files Browse the repository at this point in the history
Update jsmin to 3.0.0
  • Loading branch information
greyli committed Sep 12, 2022
1 parent 7c8d318 commit 1022d66
Show file tree
Hide file tree
Showing 2 changed files with 309 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[[source]]
url = "https://mirrors.aliyun.com/pypi/simple"
verify_ssl = true
name = "pypi"

[dev-packages]
watchdog = "*"

[packages]
python-dotenv = "*"
flask-sqlalchemy = "*"
flask-mail = "*"
sendgrid = "==5.3.0"
flask-migrate = "*"
flask-caching = "*"
flask-assets = "*"
flask = "*"
flask-debugtoolbar = "*"
cssmin = "*"
jsmin = "*"
redis = "*"
flask-dropzone = "*"
flask-wtf = "*"
flask-ckeditor = "*"
markupsafe = "==1.1.1"
284 changes: 284 additions & 0 deletions Pipfile.lock

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

0 comments on commit 1022d66

Please sign in to comment.