aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2020-12-29 23:23:58 +0100
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2020-12-29 23:23:58 +0100
commitce5e75d820d958d792b38763e2948faf82ecbf5a (patch)
tree2f63aba415acdd4711af8f05f6aed66a7c46299e
parent534dd0230a81999e1f839e0b4e0241949848e272 (diff)
downloadpython-phpipam-ce5e75d820d958d792b38763e2948faf82ecbf5a.tar.gz
fix req
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 83cdd0f..68441e1 100755
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ setup(
packages=['phpipam'],
install_requires=[
"requests>=2.25.1",
- "dateutil>=2.8.1"
+ "python-dateutil>=2.8.1"
],
license='MIT',
long_description=open('README.md').read(),