-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix streaming with slow python method
(this isn't really used by anyone, but it shouldn't be left broken)
- Loading branch information
1 parent
0862b62
commit bd61888
Showing
8 changed files
with
53 additions
and
579 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,15 +39,15 @@ | |
""" | ||
|
||
packages = ['snappy'] | ||
install_requires = ['cramjam>=2.6.0', 'crc32c'] | ||
setup_requires = ['cramjam>=2.6.0', 'crc32c'] | ||
install_requires = ["cramjam"] | ||
setup_requires = ['cramjam>=2.6.0', 'google-crc32c'] | ||
|
||
setup( | ||
name='python-snappy', | ||
version=version, | ||
author='Andres Moreira', | ||
author_email='[email protected]', | ||
url='http://github.com/andrix/python-snappy', | ||
url='http://github.com/intake/python-snappy', | ||
description='Python library for the snappy compression library from Google', | ||
long_description=long_description, | ||
keywords='snappy, compression, google', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.