Skip to content

Commit

Permalink
Flask-Caching
Browse files Browse the repository at this point in the history
I am getting an exception while installing gdash on Centos 7. The recommendation now is to use Flask-Caching instead of Flask-Cache - thadeusb/flask-cache#171. Please review and let me know if this is something we can change .. 

Thanks,
Ahsan
  • Loading branch information
coderise-ahsan authored May 14, 2018
1 parent a3d11d2 commit db93158
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 db93158

Please sign in to comment.