Skip to content

Commit 77d308d

Browse files
committed
Fix version of python-dateutil
1 parent d7daa9e commit 77d308d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
license='MIT',
1313
url='https://github.com/pythonkc/pythonkc-meetups',
1414
packages=find_packages(),
15-
install_requires=['distribute', 'requests>=0.7.5',
16-
'mimeparse>=0.1.3', 'python-dateutil>=1.5,<2'],
15+
install_requires=['distribute', 'requests==0.7.5',
16+
'mimeparse==0.1.3', 'python-dateutil==1.5'],
1717
author='Steven Cummings',
1818
author_email='estebistec@gmail.com',
1919
classifiers=[

0 commit comments

Comments
 (0)