Skip to content

Commit 61e082a

Browse files
authored
update dependency
1 parent 536dabb commit 61e082a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
long_description=open('README.md').read(),
1414
description='GoPro Metadata Format parser',
1515
#install_requires=open(os.path.join(os.path.dirname(__file__), 'requirements.txt'), 'rt').readlines(),
16-
install_requires=['construct==2.8.12', 'python-dateutil<2.9.0', 'hachoir==3.1.1'],
16+
install_requires=['construct<3.0.0', 'python-dateutil<2.9.0', 'hachoir<4.0.0'],
1717
url='https://github.com/rambo/python-gpmf',
1818
)

0 commit comments

Comments
 (0)