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