Skip to content

Commit 64c9e1e

Browse files
committed
Add six to requirements.
1 parent 853fa34 commit 64c9e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
url='https://github.com/KLab/Flask-PyMemcache',
1919
description="pymemcache integration for Flask",
2020
long_description=readme,
21-
install_requires=["Flask", "pymemcache>=1.2.1"],
21+
install_requires=["Flask", "pymemcache>=1.2.1", "six"],
2222
)

0 commit comments

Comments
 (0)