Skip to content

Commit d7ccd71

Browse files
committed
learn how to specify requirements correctly.
1 parent 1a81d2f commit d7ccd71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def version():
2727
license='Unlicense',
2828
packages=['blackmagic'],
2929
install_requires=[
30-
'arrow=0.14.7',
30+
'arrow==0.14.7',
3131
'cython',
3232
'lcmap-merlin>=2.3.1',
3333
'lcmap-pyccd==2018.10.17',

0 commit comments

Comments
 (0)