We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4851098 commit 0a86ef2Copy full SHA for 0a86ef2
1 file changed
setup.py
@@ -15,5 +15,6 @@
15
author_email='hello@alexei.ro',
16
url='https://github.com/alexei/python-adapters',
17
download_url='https://github.com/alexei/python-adapters/archive/2.0.0.tar.gz', # noqa
18
- keywords=['adapter pattern']
+ keywords=['adapter pattern'],
19
+ install_requires=['python-dateutil>=2.6.0'],
20
)
0 commit comments