Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dc96abd

Browse files
committedJan 20, 2014
Add webencodings to install_requires in setup.py (already in requirements.txt).
1 parent 31a9690 commit dc96abd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@
4040
packages=packages,
4141
install_requires=[
4242
'six',
43+
'webencodings',
4344
],
4445
)

0 commit comments

Comments
 (0)
Please sign in to comment.