add collection-json to setup requirements

fix git+https issue in setup.py
This commit is contained in:
2022-11-21 07:11:29 -06:00
parent 2f9cc24a64
commit 119e955874

View File

@@ -10,7 +10,10 @@ with open('README.rst') as readme_file:
with open('HISTORY.rst') as history_file: with open('HISTORY.rst') as history_file:
history = history_file.read() 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 = [ ] test_requirements = [ ]