add collection-json to setup requirements

This commit is contained in:
2022-11-20 18:28:02 -06:00
parent 4575563dd3
commit 2f9cc24a64

View File

@@ -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 = [ ]