Skip to content

Commit

Permalink
Do not require elementtree
Browse files Browse the repository at this point in the history
  • Loading branch information
aarcro committed Apr 1, 2016
1 parent ba1f38f commit c1f947e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name = "v1pysdk-unofficial",
version = "0.4.post3",
version = "0.4.post4",
description = "VersionOne API client",
author = "Joe Koberg (VersionOne, Inc.)",
author_email = "[email protected]",
Expand All @@ -15,7 +15,6 @@
],
include_package_data=True,
install_requires = [
'elementtree',
'testtools',
'iso8601',
'python-ntlm',
Expand Down

0 comments on commit c1f947e

Please sign in to comment.