diff --git a/setup.py b/setup.py index 760c360..9c3bc77 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ with open('README.rst') as readme_file: with open('HISTORY.rst') as history_file: history = history_file.read() -requirements = ['api-client', 'typing-extensions'] +requirements = ['api-client', 'typing-extensions', 'git+https://github.com/anthonyscorrea/collection-json.python.git#egg=collection-json'] test_requirements = [ ]