Skip to content

Commit

Permalink
move dateutil to required dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Penman authored and Richard Penman committed Mar 23, 2024
1 parent 47bc6ec commit 7422ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -27,7 +27,7 @@ def read(filename):
license="MIT",
packages=["whois"],
package_dir={"whois": "whois"},
extras_require={"better date conversion": ["python-dateutil"]},
install_requires=["python-dateutil"],
test_suite="nose.collector",
tests_require=["nose", "simplejson"],
include_package_data=True,
Expand Down

0 comments on commit 7422ce7

Please sign in to comment.