Skip to content

Commit 6d79a66

Browse files
committed
install jsonpointer in setup.py (fixes stefankoegl#10)
1 parent 5d8aa7f commit 6d79a66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
'jsonpatch',
2121
)
2222

23-
REQUIREMENTS = []
23+
REQUIREMENTS = list(open('requirements.txt'))
2424
if sys.version_info < (2, 6):
2525
REQUIREMENTS += ['simplejson']
2626

0 commit comments

Comments
 (0)