Skip to content

Commit

Permalink
vobject/base.py depends on six
Browse files Browse the repository at this point in the history
  • Loading branch information
zeehio authored Jan 1, 2021
1 parent 498555a commit c3986ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Requirements
------------
Requires python 2.7 or later, dateutil 2.4.0 or later.
Requires python 2.7 or later, dateutil 2.4.0 or later and six.
Recent changes
--------------
Expand Down Expand Up @@ -45,7 +45,7 @@
]
},
include_package_data = True,
install_requires = ['python-dateutil >= 2.4.0'],
install_requires = ['python-dateutil >= 2.4.0', 'six'],
platforms = ["any"],
packages = find_packages(),
description = "A full-featured Python package for parsing and creating "
Expand Down

0 comments on commit c3986ee

Please sign in to comment.