Skip to content

Commit

Permalink
ease dateutil requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Elwell committed Jul 20, 2023
1 parent 32c7094 commit 624052c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openapi-client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from setuptools import setup, find_packages # noqa: H301

NAME = "vultr-python-client"
VERSION = "1.0.1"
VERSION = "1.0.2"
# To install the library, run the following
#
# python setup.py install
Expand All @@ -24,7 +24,7 @@
REQUIRES = [
"certifi >= 14.5.14",
"frozendict ~= 2.3.4",
"python-dateutil ~= 2.7.0",
"python-dateutil >= 2.7.0",
"setuptools >= 21.0.0",
"typing_extensions ~= 4.3.0",
"urllib3 ~= 1.26.7",
Expand Down

0 comments on commit 624052c

Please sign in to comment.