updated concepts and added six to reqs

This commit is contained in:
Faris Chebib 2015-09-10 11:54:51 -06:00
parent 15d29a0230
commit 19130ebb05
2 changed files with 4 additions and 1 deletions

View File

@ -161,7 +161,7 @@ and be less than 200 characters long.
It's optional for a backend implementation to understand this - after all,
it's only important at scale, where you want to shard the two types differently
- but it's present nonetheless. For more on scaling, and how to handle channel
but it's present nonetheless. For more on scaling, and how to handle channel
types if you're writing a backend or interface server, read :doc:`scaling`.
Groups

View File

@ -10,4 +10,7 @@ setup(
license='BSD',
packages=find_packages(),
include_package_data=True,
install_requires=[
'six',
]
)