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