add collection-json to setup requirements
This commit is contained in:
2
setup.py
2
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 = [ ]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user