Skip to content

Commit

Permalink
Merge pull request #19 from zeehio/patch-1
Browse files Browse the repository at this point in the history
vobject/base.py depends on six
  • Loading branch information
da4089 authored Feb 27, 2024
2 parents 0531f24 + c3986ee commit 3fbc81d
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 3fbc81d

Please sign in to comment.