Skip to content

Commit

Permalink
Merge pull request #6 from coderise-ahsan/patch-1
Browse files Browse the repository at this point in the history
Flask-Caching
  • Loading branch information
aravindavk authored Aug 7, 2018
2 parents a3d11d2 + db93158 commit 5801e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
version="0.4",
packages=["gdash"],
include_package_data=True,
install_requires=['argparse', 'flask', 'Flask-Cache'],
install_requires=['argparse', 'flask', 'Flask-Caching'],
entry_points={
"console_scripts": [
"gdash = gdash.app:main",
Expand Down

0 comments on commit 5801e88

Please sign in to comment.