Skip to content

Commit 0a86ef2

Browse files
committed
Update setup.py with dependencies
1 parent 4851098 commit 0a86ef2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
author_email='hello@alexei.ro',
1616
url='https://github.com/alexei/python-adapters',
1717
download_url='https://github.com/alexei/python-adapters/archive/2.0.0.tar.gz', # noqa
18-
keywords=['adapter pattern']
18+
keywords=['adapter pattern'],
19+
install_requires=['python-dateutil>=2.6.0'],
1920
)

0 commit comments

Comments
 (0)