2
0
mirror of https://github.com/openkmip/pykmip synced 2025-12-15 07:43:26 +00:00

Adding support for the six library

This change adds support for the six library, specifically for handling
portions of the code that are sensitive to differences between Python
2.* and 3.*.
This commit is contained in:
Peter Hamilton
2014-11-18 15:19:56 -05:00
parent ee52df639a
commit 34962e36af
3 changed files with 16 additions and 20 deletions

View File

@@ -28,6 +28,7 @@ setuptools.setup(
package_data={'kmip': ['logconfig.ini']},
install_requires=[
"enum34",
"six",
"sqlalchemy",
],
classifiers=[