diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2020-12-29 23:23:58 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2020-12-29 23:23:58 +0100 |
commit | ce5e75d820d958d792b38763e2948faf82ecbf5a (patch) | |
tree | 2f63aba415acdd4711af8f05f6aed66a7c46299e /setup.py | |
parent | 534dd0230a81999e1f839e0b4e0241949848e272 (diff) | |
download | python-phpipam-ce5e75d820d958d792b38763e2948faf82ecbf5a.tar.gz |
fix req
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(), |